1. 程式人生 > >Mysql 5.6多實例標準化安裝與配置

Mysql 5.6多實例標準化安裝與配置

mysq mir -s name .gz ofo libc com fin

一. 下載並解壓
wget http://mirrors.sohu.com/mysql/MySQL-5.6/mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
find / -type f -name "mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz" -exec ls -l {} \;
tar -zxvf mysql-5.6.36-linux-glibc2.5-x86_64.tar.gz
ln -s /opt/mysql-5.6.36-linux-glibc2.5-x86_64 /usr/local/mysql

Mysql 5.6多實例標準化安裝與配置