Saturday, January 9, 2010

Installing MySql Query Browser in Ubuntu 9.10

Open your terminal and type.

$ sudo apt-get install mysql-admin mysql-query-browser

This command will download and install My-Sql Query Browser to /etc directory.

it will prompt for password.Enter it!

now every thing will be taken care automatically.

For running MySql-Query browser type the following in terminal

$cd /etc
$mysql-query-browser

now query browser will be launched.

----Enjoy

No comments:

Post a Comment