1. MySQL 서버 정지.
예
/etc/init.d/mysql stop
2. MySQL 삭제
예
apt-get remove dbconfig-mysql
apt-get purge mysql*
apt-get autoremove
apt-get autoclean
3. MySQL 데이터 디렉토리 삭제
rm -rfv /etc/mysql /var/lib/mysql
4. MySQL 서버 설치
apt-get upgrade
apt-get dist-upgrade
apt-get install mysql-server
Comments