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?
MySQL ServerUnix OSOperating Systems
Last Comment
gheist
8/22/2022 - Mon
gheist
They say that you assigned default system console (serial tty0) port for some other use so neither of uses now works.
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?
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
gheist
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?
Member_2_248744
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.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
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.
gheist
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...