Linux下安装MySQL出现“ls: /var/lib/mysql/*.pid: 没有那个文件或目录”

环境

RedHat Linux 9 + VWWare 8.0 + SSH 3.2.9 + Putty 0.62 + MySQL 3.2 + MySQL 5.5

问题

Linux下安装MySQL出现如下错误:

warning: MySQL-server-5.5.28-1.linux2.6.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing...                                                            ########################################### [100%]
You have more than one PID file:
ls: /var/lib/mysql/*.pid: 没有那个文件或目录
Please check which one (if any) corresponds to a running server
and delete all others before repeating the MySQL upgrade.
error: %pre(MySQL-server-5.5.28-1.linux2.6) scriptlet failed, exit status 1
error:   install: %pre scriptlet failed (2), skipping MySQL-server-5.5.28-1.linux2.6


解决

尝试过加参数—nodeps、重启Linux,未果。待解决。还请各位赐教。

参考资料

http://bbs.csdn.net/topics/370220045

http://bbs.phpchina.com/thread-195914-1-1.html

http://zhidao.baidu.com/question/234761721.html

你可能感兴趣的:(Linux下安装MySQL出现“ls: /var/lib/mysql/*.pid: 没有那个文件或目录”)