MySQL database schema browser and SQL executor in Ubuntu 9.10
To install MySQL database schema browser, SQL executor and administrator, use the following command. It gives a cool GUI for us to work with.
sudo apt-get install mysql-query-browser mysql-admin
Cool post. For Fedora its the following command:
sudo yum -y install mysql-query-browser mysql-administrator