linux 完全卸载mysql数据库

linux 怎么完全卸载mysql数据库

http://blog.csdn.net/love__coder/article/details/6894566

 

linux下 mysql 的卸载和安装

http://yushan.iteye.com/blog/262929

 

View Code
[root@localhost root]# rpm -qa | grep -i mysql
mysql-devel-3.23.54a-11
perl-DBD-MySQL-2.1021-3
php-mysql-4.2.2-17
libdbi-dbd-mysql-0.6.5-5
mysql-server-3.23.54a-11
mysql-3.23.54a-11
MySQL-python-0.9.1-6
qt-MySQL-3.1.1-6
mod_auth_mysql-1.11-12


[root@localhost root]# chkconfig --list | grep -i mysql

[root@localhost root]# chkconfig --del mysql
在 mysql 服务中读取信息时出错:没有那个文件或目录

[root@localhost root]# whereis mysql
mysql:

 

posted @ 2012-12-05 15:20  Wentasy  阅读(140)  评论(0)    收藏  举报