MySQL GUI Tools in Ubuntu 9.10

14 12 2009

Here I am providing you some easy steps to install MySQL GUI Tools in Ubuntu. As most of the MySQL user know that dev provides MySQL GUI Tools, which makes easy to operate database. To install MySQL GUI Tools, here are some simple instruction to be executed in terminal.

Step 1:

$ sudo /etc/init.d/mysql start

This will start the the mysql. If you have not installed MySQL in your system, please refer my post Here.

Step 2:

$ sudo tar –directory=/opt -xzvf mysql-gui-tools-5.0r12-linux-i386.tar.gz

This instruction will will download and unzip all the required file in /opt/mysql-gui-tools-5.0/

Step 3 :

$ /opt/mysql-gui-tools-5.0/mysql-administrator

This will open MySql Administator window. Here we can operate database graphically. If you want to run some query in MySQL Query Browser give following instruction in terminal.

$ /opt/mysql-gui-tools-5.0/mysql-query-browser

This application  works very well in my system  I hope you will not also find any problem.








Follow

Get every new post delivered to your Inbox.