how to reinstall mysql?

Ubuntu
回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

how to reinstall mysql?

文章 yehlu »

http://askubuntu.com/questions/265685/h ... tall-mysql

代碼: 選擇全部

sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt-get autoremove
sudo apt-get autoclean

sudo apt-get update
sudo apt-get install mysql-server
sudo mysql_install_db
sudo /usr/bin/mysql_secure_installation
回覆文章

回到「Ubuntu」