LinuxMCE Forums

General => Developers => Topic started by: lon22 on January 11, 2008, 05:58:35 am

Title: Good DBMS to view mysql tables
Post by: lon22 on January 11, 2008, 05:58:35 am
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.
Title: Re: Good DBMS to view mysql tables
Post by: augalex on January 11, 2008, 06:19:01 am
Hi lon22,

You could try phpMyAdmin for example...

augalex
Title: Re: Good DBMS to view mysql tables
Post by: tkmedia on January 11, 2008, 06:29:27 am
Hi lon22,

You could try phpMyAdmin for example...

augalex

Yes and easy to install as well
Title: Re: Good DBMS to view mysql tables
Post by: rnmixon on January 11, 2008, 06:44:02 am
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
Title: Re: Good DBMS to view mysql tables
Post by: lon22 on January 11, 2008, 06:44:58 pm
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
Title: Re: Good DBMS to view mysql tables
Post by: lon22 on January 12, 2008, 11:24:04 pm
Got phpMyAdmin installed and working today. It is exactly the kind of tool I was looking for. Thanks..