# apt-get autoremove mysql-server mysql-common
# dpkg -P --force depends mysql-server mysql-server-5.5 mysql-common mysql-server-core-5.5 mysql-client-5.5 mysql-client-core-5.5
# apt-get autoremove
# apt-get clean
# dpkg -l | grep -i mysql
# rm -rvf /var/lib/mysql
# 권한문제가 생기면 명령어 앞에 sudo를 붙이자.
'기록' 카테고리의 다른 글
우분투 크론탭 crontab path 설정 (0) | 2016.04.03 |
---|---|
Linux 서버 백그라운드 실행 (0) | 2016.03.21 |
우분투 postgres 설치 및 초기 설정 (0) | 2016.02.25 |
우분투 postgres 데이터베이스 백업 복구 (0) | 2016.02.25 |
javascript 이벤트 전파 중단 - 클릭 겹침 해결 (0) | 2016.02.12 |