Link to home
Start Free TrialLog in
Avatar of Jerry N
Jerry NFlag for United States of America

asked on

Access Equivalent in Linux Mint for connecting to MySQL

I've been using Access as a "front-end" for some MySQL activities.
For example, I connect to a MySQL table and can examine the fields using them to write out files that can be used for importing CSVs. Access is really the "organizer" for the load processes and analysis I do in MySQL.  Packages are all contained in MySQL but are driven via ODBC in Access.

I'm migrating to Linux - Mint and was wondering what might be available to replace the Access front-end.  Anyone?
Avatar of gheist
gheist
Flag of Belgium image

They say that you assigned default system console (serial tty0) port for some other use so neither of uses now works.
Avatar of Tomas Helgi Johannsson
Hi!

In this kind of migration process I guess this could be of some benefit :)
The mdbtools storage engine
http://www.suares.com/index.php?page_id=25&news_id=252
http://dev.mysql.com/doc/refman/5.5/en/storage-engines-other.html

Regards,
     Tomas Helgi
Avatar of Jerry N

ASKER

Actually, I not so concerned about the tables since the tables are all MySQL tables already - just connected via ODBC.
I design forms that ask for certain pieces of information and then write out a txt file, manipulate the ODBC connected data, start a process on the MySQL side, etc. I do this using Visual Basic for Applications (VBA).
Is there anything like that available in Linux? Something that allows me to make forms, create files, run packages, etc in MySQL for linux?
No, there is no native Microsoft Office for linux.

None of those are tasks of a database system. You might want some GUI toolkit which has SQL support.

Run packages? Like back to mainframe batches of sixties?
greetings  GNOVAK,  Most of my experience for a GUI in linux MySQL is with phpMyAdmin, which can do what I need. I tried another for a short while, I think it was "DBTools Manager", but I did not have time then to get to know what it could do.
Here's a link to some linux MySQL front ends-
http://www.databasejournal.com/features/mysql/article.php/3880961/Top-10-MySQL-GUI-Tools.htm

I believe Mint can use several linux installs? but I do not run a Mint on any I have. There is always the windows sim "Wine" which many say works for them, if you want to just run your Windows setup in linux, but I personally do not like wine.
Avatar of Jerry N

ASKER

is there any Forms front end for a MySQL backend?
ASKER CERTIFIED SOLUTION
Avatar of Member_2_248744
Member_2_248744
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jerry N

ASKER

That's the type of thing I'm looking for - is there something that doesnt require apache? Or is that not a big deal security wise.
It's only going to be used locally.
PHP is cross-platform. It runs on Apache, IIS, NGINX, Zeus and any web platform you can imagine.
Requirement for apache even if present is not strange as apache still drives ~80% of www servers...