1. First download mysql -xxx.tar.gz2. Unzip: TAR ZXVF mysql-3.22.32.tar.gz 3. CD mysql -3.22.32 4. Details installation directory: ./ Configure --prefix = / you Path / MySQL 5. make 6. make install 7. CD scripts 8. ./mysql_install_db 9. CD / usr / local / mysql / share / mysql / 10. chmod 611 mysql.server 11. CP / usr / local / mysql / Scripts / mysql.server / usr / local / mysql / bin 12./mysql.server start 13. Open /etc/rc.d/rc.local by kwrite, add this to this to automatically execute mysql / USR / local / mysql / share / mysql / mysql.server start