卸载mysql
[[email protected] /]#rpm -qa|grep -i mysql
显示:
MySQL-server-community-5.1.44-1.rhel4.i386.rpm
MySQL-client-community-5.1.44-1.rhel4.i386.rpm
[[email protected] /]#rpm -e MySQL-server-community-5.1.44-1.rhel4.i386.rpm
[[email protected] /]#rpm -e MySQL-client-community-5.1.44-1.rhel4.i386.rpm
删除残余文件
[[email protected] /]#rm -f /etc/my.cnf
[[email protected] /]#rm -f /var/lib/mysql
卸载软件
时间: 2024-10-15 06:11:40