Are there any good graphical tools (preferably free) for navigating a MySQL database? I find myself doing a lot of the same SQL queries to look at data in the tables. I would imagine there's a GUI for doing this that makes life easier. Any one know of such a thing?
Thanks a lot.
You can use the MySQL Workbench.
Download here
There are the MySQL GUI Tools, which are free to download. The package includes an administration interface, a database migration toolkit, and a query explorer. The package is cross-platform.
There is SQLyog.
There is a PHP based web interface called PHPMyAdmin, which does pretty much what you need. The programmers at the company I work for use it intensively and are very happy with it.
Some other ($$) options that offer different capabilities than the ones provided by MySQL/Sun/Oracle/ are:
Toad for MySQL
Navicat for MySQL
I use mainly MySQL-Front (shareware) but the developer has abandoned the project, which is currently in Limbo. Another popular choice is HeidiSQL, which is free. Make sure you get the latest version though, as earlier ones were quite buggy.
Oracle SQLDeveloper is free (beer):
http://www.oracle.com/technology/products/database/sql_developer/index.html
Squirrel SQL is free (beer/freedom):
http://squirrel-sql.sourceforge.net/
You could also use SQL Developer. Some of it's cool features would be:
Premiumsoft Navicat For MySQL is very good tool. But it is not free. You can get more information from here.
We use Tora. Wikipedia:
The schema browser includes tools to look at the data, if that's all you need. It's built from Qt and runs on Windows, OSX and Linux. Read the official website, and if you like what you see, download it.