Author Topic: Good DBMS to view mysql tables  (Read 3497 times)

lon22

  • Veteran
  • ***
  • Posts: 85
    • View Profile
Good DBMS to view mysql tables
« 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.

augalex

  • Regular Poster
  • **
  • Posts: 29
    • View Profile
Re: Good DBMS to view mysql tables
« Reply #1 on: January 11, 2008, 06:19:01 am »
Hi lon22,

You could try phpMyAdmin for example...

augalex

tkmedia

  • wants to work for LinuxMCE
  • **
  • Posts: 937
    • View Profile
    • LMCECompatible
Re: Good DBMS to view mysql tables
« Reply #2 on: January 11, 2008, 06:29:27 am »
Hi lon22,

You could try phpMyAdmin for example...

augalex

Yes and easy to install as well
My Setup http://wiki.linuxmce.org/index.php/User:Tkmedia

For LinuxMce compatible  systems and accessories
http://lmcecompatible.com/

rnmixon

  • Regular Poster
  • **
  • Posts: 35
    • View Profile
Re: Good DBMS to view mysql tables
« Reply #3 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
Core/hybrid: Antec Fusion case, Asus M2NPV-VM motherboard, AMD 64 x2 4400,  1GB RAM, Global Cache GC100, Streamzap remote, ZCU000 ZWave, Hauppage PVR-500 to cable box, HDHomeRun to two HD antenna's in Scottsdale, AZ; Akai PT50DL14 50" DLP, Global Cache

lon22

  • Veteran
  • ***
  • Posts: 85
    • View Profile
Re: Good DBMS to view mysql tables
« Reply #4 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

lon22

  • Veteran
  • ***
  • Posts: 85
    • View Profile
Re: Good DBMS to view mysql tables
« Reply #5 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..