Custom Search

Thursday, April 5, 2012

How to MySQL Query Browser on CentOS 6

CentOS 6 How to Install MySQL Query Browser

1)
Download mysql-gui-tools-5.0r12-linux-x86_64.tar.gz from
http://ftp.sunet.se/pub/databases/relational/mysql/Downloads/MySQLGUITools/

http://ftp.sunet.se/pub/databases/relational/mysql/Downloads/MySQLGUITools/mysql-gui-tools-5.0r12-linux-x86_64.tar.gz


2)
Extract it
# tar -xzf mysql-gui-tools-5.0r12-linux-x86_64.tar.gz
# cd mysql-gui-tools-5.0


3)
Run mysql-query-browser and administrator panel

a)
$ ./mysql-query-browser
Error starting ./mysql-query-browser.
The actual installation path of mysql-query-browser is different from the
expected one. Please run ./mysql-query-browser --update-paths (as the root
user, if needed) to have the installation directory updated.

b)
Give current directory (.) as --update-paths

$ ./mysql-query-browser --update-paths .
Updating mysql-query-browser installation paths...
Done.

c) To Run mysql-query-browser
$ ./mysql-query-browser

d) To run administrator panel
$ ./mysql-administrator


4)
Using "Custom Application launcher" we can create a shortcut for mysql-query-browser.
In "Custom Application launcher" give ths commnad "sh /full_path/mysql-query-browser" or "sh /full_path/mysql-administrator"

No comments:

Post a Comment