Install MySQL GUI in rhel3

Source: Internet
Author: User

1. Install the following three packages in sequence. 2nd and 3 packages depend on 1st packages.

Rpm-ivh pkg-name

 

Mysql-gui-tools-5.0r12-1rhel3.i386.rpm

Mysql-administrator-5.0r12-1rhel3.i386.rpm

Mysql-query-browser-5.0r12-1rhel3.i386.rpm

 

After installation, run rpm-ql pkg-name to find all the files in the package and find the installation path:/usr/bin/

 

 

2. An error occurred while installing the mysql-migration-toolkit-5.0r12-1rhel3.i386.rpm package, prompting that libjvm. So could not be found (but it could be found in the jdk5 directory)

Use rpm-IVH -- nodeps PKG-name to install

After installation, run the rpm-ql pkg-name command,/usr/lib/MySQL-Gui/migration-toolkit-script/run_migration.

After running, the error indicates that it must be JDK 6. The above error may not be found because JDK 6 is not installed.

Install jdk1.6.0 _ 14 to/usr/Java, configure the environment variable java_home to point to/usr/Java/jdk1.6.0 _ 14, and run again. The system prompts that jdk1.6.0 cannot be found. view the run_migration file, the search path is/usr/Java/jdk1.6.0. Therefore, you can create a symbolic link under/usr/Java/to solve ln-s jdk1.6.0 _ 14/jdk1.6.0.

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.