One: Download and upload the installation package to the Linux system
1::http://dev.mysql.com/downloads/mysql/
2: Copy the MySQL installation package on Windows to a Linux system with the Leapftp tool
Second: Install MySQL database
Install the dependent software and install the package on the second ISO disk:
1. First add the second disk to the virtual machine:
2: Mount the installation disk file to the specified directory
3: Install dependent programs
4: Installation Dependent program complete
5: Install MySQL program
Install Server side:
To install the client:
Installation is complete!
Three: see if the installation was successful
1:service MySQL Status: Check if the MySQL service is started
Has been started, indicating successful installation!
2: Boot default off MySQL
Chkconfig MySQL off
3: Set password for MySQL user root
Set password for ' root ' @ ' localhost ' =password (' root ');
Install MySQL database on Linux system