[CentOS 7] MariaDB 10.1.21 삭제
페이지 정보
본문
1. yum으로 패키지 조회
[root@localhost ~]# yum list mariadb
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.riken.jp
* epel: ftp.riken.jp
* extras: ftp.riken.jp
* ius: mirrors.tongji.edu.cn
* updates: ftp.riken.jp
Available Packages
mariadb.x86_64 1:5.5.56-2.el7 base
[root@localhost ~]#
2. yum 이용 패키지 삭제
기존에 설치되어있는 MariaDB 서버와 라이브러리 삭제 (순차적으로 실행)
[root@localhost ~]# yum remove mariadb.*
[root@localhost ~]# yum remove mariadb-server mariadb-libs -y
[root@localhost ~]# yum remove mysql mysql-server
3-1. mysql 폴더 변경
[root@localhost ~]# mv /var/lib/mysql /var/lib/mysql-
3-2. mysql 폴더 삭제
[root@localhost ~]# rm -rf /var/lib/mysql
참고자료
http://jsonobject.tistory.com/116
http://failsetting.blogspot.kr/2016/11/centos7-yum-mariadb.html
[root@localhost ~]# yum list mariadb
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.riken.jp
* epel: ftp.riken.jp
* extras: ftp.riken.jp
* ius: mirrors.tongji.edu.cn
* updates: ftp.riken.jp
Available Packages
mariadb.x86_64 1:5.5.56-2.el7 base
[root@localhost ~]#
2. yum 이용 패키지 삭제
기존에 설치되어있는 MariaDB 서버와 라이브러리 삭제 (순차적으로 실행)
[root@localhost ~]# yum remove mariadb.*
[root@localhost ~]# yum remove mariadb-server mariadb-libs -y
[root@localhost ~]# yum remove mysql mysql-server
3-1. mysql 폴더 변경
[root@localhost ~]# mv /var/lib/mysql /var/lib/mysql-
3-2. mysql 폴더 삭제
[root@localhost ~]# rm -rf /var/lib/mysql
참고자료
http://jsonobject.tistory.com/116
http://failsetting.blogspot.kr/2016/11/centos7-yum-mariadb.html