Can someone point me to a graphical front end (if one exist) to view and modify mysql tables? I know table contents can be view and modified from the command line, but I prefer a GUI front end. Thanks.
Hi lon22,
You could try phpMyAdmin for example...
augalex
Quote from: augalex on January 11, 2008, 06:19:01 AM
Hi lon22,
You could try phpMyAdmin for example...
augalex
Yes and easy to install as well
I like phpMyAdmin also, but if you are looking for a regular (not browser-based) app, look at the MySQL Query Browser in the Tools section on the MySQL site:
http://dev.mysql.com/downloads/gui-tools/5.0.html
Ok, i think I will give phpMyAdmin a try. i like the idea of not having to install software on remote machines that I will use to access the mysql database on the core.
Thanks
lon22
Got phpMyAdmin installed and working today. It is exactly the kind of tool I was looking for. Thanks..