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.