ubuntu16 安裝mysql5.7

大飛_dafei發表於2018-03-29

溫馨提示:

MySQL一定要下載對版本;

MySQL一定要下載對版本;

MySQL一定要下載對版本;



ubuntu16 編譯安裝mysql5.7 


mysql下載地址:MySQL5.7下載

wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-boost-5.7.21.tar.gz


最後在設為系統開機服務: chkconfig 已經廢棄,建議使用 systemctl ,相關命令如下:

cp /data/server/mysql/support-files/mysql.server /etc/init.d/mysqld

systemctl daemon-reload  [重新載入 service 檔案]
systemctl start mysqld
systemctl stop  mysqld
systemctl restart mysqld



參考地址:

Linux 原始碼編譯安裝MySQL 5.7

ubuntu16.04編譯安裝mysql-boost-5.7.21並編譯成php擴充套件測試與使用

ubuntu-16.04原始碼編譯安裝mysql-5.7.17



相關文章