Ubuntu – MySQL 서버 삭제 후 재 설치 방법

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

Leave a Reply

Your email address will not be published. Required fields are marked *