ubuntu上mysql GUI工具

ubuntu下mysql GUI工具

在linux下mysql GUI工具很少,找了很久,众里寻他千百度,竟然在ubuntu的新立德里面找到了。分享下:

1

##

mysql-navigator

GUI client program for MySQL database server

##

GUI client program for MySQL database server

MySQL Navigator is a MySQL database server GUI client program. The purpose

of MySQL Navigator is to provide a useful client interface to MySQL

database servers, whilst supporting multiple operating systems and

languages. You can currently import/export database, enter queries, get

result sets, edit scripts, run scripts, add, alter, and delete users, and

retrieve client and server information.

Homepage: http://sourceforge.net/projects/mysqlnavigator/

2

##

mysql-query-browser

Official GUI tool to query MySQL database

##

Official GUI tool to query MySQL database

MySQL Query Browser is a visual database query tool with a syntax

highlighting SQL editor. The result tables of may be edited

before changes are committed to the database.

mysql 官方资料(http://dev.mysql.com/doc/administrator/en/starting-guitools-linux.html)

6.2. Running Under Linux

Under Linux, the names of the executable files in the MySQL GUI Tools suite are:

mysql-administrator

mysql-query-browser

Note

There is no Linux version of MySQL Migration Toolkit.

If you installed MySQL GUI Tools to the /opt directory using the tar archive file, change into the /opt/mysql-gui-tools-version directory to run any one of the MySQL GUI Tools.

To run MySQL Administrator you would type:

shell> ./mysql-administrator

However, adding /opt/mysql-gui-tools-version to the PATH variable makes it much simpler to run MySQL GUI Tools — you need not worry about your present working directory.

When installed from RPM files, the MySQL GUI Tools are found in the /usr/bin directory. This directory is usually included in the PATH variable, so running any one of the MySQL GUI Tools simply requires typing the executable file name, regardless of your current directory. For example:

shell> mysql-administrator

For those distributions that create menu items, you may also, of course, start any one of the tools by choosing the menu item.

ubuntu上mysql GUI工具

相关文章:

你感兴趣的文章:

标签云: