- 论坛徽章:
- 0
|
我用的是redhat9,装了mysql,如下rpm包
[root@sun 123]# rpm -qa my*
mysql-server-3.23.54a-11
mysql-3.23.54a-11
mysql-devel-3.23.54a-11
现在我要安装一个新的版本,但是这几个包通过这个帖子里边几位高手的指点,终于卸载掉了
安装新mysql时候出现了下边这种情况,现在寻求解决
[root@sun root]# cd /123/
[root@sun 123]# ls
MySQL-client-5.1.53-1.glibc23.i386.rpm MySQL-server-5.1.53-1.glibc23.i386.rpm
[root@sun 123]# rpm -ivh MySQL-server-5.1.53-1.glibc23.i386.rpm
warning: MySQL-server-5.1.53-1.glibc23.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing... ########################################### [100%]
Your MySQL directory '/var/lib/mysql' has 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.1.53-1.glibc23) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping MySQL-server-5.1.53-1.glibc23 |
|