我也装了呀,我现在按照http://www.linuxsir.org/bbs/show ... 15&pagenumber=1想删除MYSQL不知道为什么删除不掉,哪位大大给点信息呀!
下面就是我删除的过程,在线等待!我已经把libdbi-dbd-mysql-0.6.5-5和mysql-devel-3.23.58-1删除了但mysql-3.23.58-1却删不掉为什么?
[root@longlei /]# rpm -qa |grep mysql
mysql-3.23.58-1
mysql-devel-3.23.58-1
libdbi-dbd-mysql-0.6.5-5
[root@longlei /]# rpm -e mysql-3.23.58-1
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed) libdbi-dbd-mysql-0.6.5-5
libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6
libmysqlclient.so.10 is needed by (installed) MyODBC-2.50.39-12
mysql = 3.23.58 is needed by (installed) mysql-devel-3.23.58-1
mysql is needed by (installed) MySQL-python-0.9.1-6
[root@longlei /]# rpm -e libdbi-dbd-mysql-0.6.5-5
[root@longlei /]# rpm -e mysql-devel-3.23.58-1
[root@longlei /]# rpm -e mysql-3.23.58-1
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6
libmysqlclient.so.10 is needed by (installed) MyODBC-2.50.39-12
mysql is needed by (installed) MySQL-python-0.9.1-6
[root@longlei /]#
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, uname and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error
MySQL said:
#2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
[Documentation]