Install MySQL administration tools MySQLAdministrator and MySQLQueryBro in Linux

Source: Internet
Author: User
Tags localhost mysql
Register frompick for the First Login

Linux MySQL Administrator and MySQL Query Browser installation of the following for my first installation process (Red Hat Enterprise Linux 5) first download the http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-gui-tools-5.0r12-rhel4-i386.tar.gz/from/pick on the official website for the First Login needs to register

Installation of MySQL Administrator and MySQL Query Browser in Linux


The first installation process is as follows (Red Hat Enterprise Linux 5)
First download http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-gui-tools-5.0r12-rhel4-i386.tar.gz/from/pick in the official website
For the first login, download mysql-gui-tools-5.0r12-rhel4-i386.tar.gz

Decompress the downloaded file:
[Root @ localhost MySql] # tar-xzvf mysql-gui-tools-5.0r12-rhel4-i386.tar.gz
[Root @ localhost MySql] #
Run the ls command to decompress the four packages.
Mysql-administrator-5.0r12-1rhel4.i386.rpm
Mysql-gui-tools-5.0r12-1rhel4.i386.rpm
Mysql-migration-toolkit-5.0r12-1rhel4.i386.rpm
Mysql-query-browser-5.0r12-1rhel4.i386.rpm

Baidu explained the role of the above file that MySQL Administrator is used to manage MySQL Server. You can view the current system status and add new users. MySQL QueryBrowser can be used to view the database content and create, execute, and optimize SQL queries for the MySQL database server. MySQL Migration Toolkit database data format conversion software, you can port and copy databases from ms SQL, Oracle and other databases to Mysql.

Start to install the software package. This is also my first installation.
[Root @ localhost MySql] # rpm-ivh mysql-administrator-5.0r12-1rhel4.i386.rpm
Error: Failed dependencies:
Mysql-gui-tools = 5.0r12 is needed by mysql-administrator-5.0r12-1rhel4.i386
[Root @ localhost MySql] #
The above prompt information depends on the mysql-gui-tools file. I will install the mysql-gui-tools Package first.

[Root @ localhost MySql] # rpm-ivh mysql-gui-tools-5.0r12-1rhel4.i386.rpm
Preparing... ######################################## ### [100%]
1: mysql-gui-tools ################################### ####### [1, 100%]
[Root @ localhost MySql] #
Mysql-gui-tools is successfully installed.

Continue to install the mysql-administrator software package.
[Root @ localhost MySql] # rpm-ivh mysql-administrator-5.0r12-1rhel4.i386.rpm
Preparing... ######################################## ### [100%]
1: mysql-administrator ##################################### ###### [100%]
[Root @ localhost MySql] #

Continue to install the mysql-query-browser software package.
[Root @ localhost MySql] # rpm-ivh mysql-query-browser-5.0r12-1rhel4.i386.rpm
Preparing... ######################################## ### [100%]
1: mysql-query-browser ################################### ####### [1, 100%]
[Root @ localhost MySql] #


After the installation is complete, click "application" and select "MySQL Administrator" in "programming" to open the graphical interface "MySQL Administrator ".
MySQL Administrator settings:
Server Hostname: Enter localhost or 127.0.0.1
Username is root by default (or another user)
Enter the Password you used to install MySQL.
Other items are optional.

MySQL Query Browser settings:
Server Hostname: Enter localhost or 127.0.0.1
Username is root by default (or another user)
Enter the Password you used to install MySQL.
Other items are optional.

So far, my MySQL Administrator and MySQL Query Browser have all been installed successfully. Later, we will use these two tools to manage MySQL.

Other settings are as follows:
Http://wenku.baidu.com/view/ac9535c6bb4cf7ec4afed0ac.html
Http://wenku.baidu.com/view/c44c0700a6c30c2259019e54.html? From = rec & pos = 0 & weight = 28 & lastweight = 7 & count = 5
Or Baidu or google.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.