红联Linux门户
Linux帮助

linux mysql5.0安装笔记

发布时间:2006-09-22 01:03:42来源:红联作者:Redassociation
我的linux是Redhat Advanced Server 2.6.9-11

默认安装了一个mysql4.1.12的包,想升级到5.0从网上下载了
MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm,
直接来了个 rpm -Uvh MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm
告诉我不能升级,需要个什么什么libmysql◎!#!¥!◎#什么的包。。。火大!!

下载之,装之,发现又不能安装,仍然需要另外一个#¥%◎#¥◎#包。。。。火大继续!

上网翻阅资料,发现需要先停止先前的mysql版本,我
[code]/etc/rc.d/init.d/mysql stop[/code]
停止之,仍然报错!!!。。。。。。。。。。。。。火大的一笔!此时想杀人!

然后采取极端方式 删掉mysql4。1。12包。然后再装发现能装了,但是告诉我和mysql4。1。12冲突!于是翻阅资料1小时,终于看到一个 rpm -ql|grep "mysql"

发现下边还有好多关于mysql4。1。12的包。比如client等
逐一删除,我只删除了关于4。1。12的所有mysql有关的包。


再次安装mysql5。0
我考,下边这个画面我期待很久了
[code]warning: MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing... ########################################### [100%]
1:MySQL-server-standard ########################################### [100%][/code]


然后发现启动后连mysql命令也没了,啥也没有
赶紧继续,装


下载
MySQL-client-standard-5.0.24a-0.rhel4.i386.rpm
MySQL-shared-standard-5.0.24a-0.rhel4.i386.rpm
都可以去www.mysql.com去下载,很全的!

逐一安装
这下爽了,统统出现开心的画面。。。。
########################################### [100%]
########################################### [100%]

启动之
[code]/etc/rc.d/init.d/mysql start
Starting MySQL................................... [FAILED][/code]
考,彻底疯掉了
又陷入网络的深处,看到一篇文章得到灵感
原来是需要杀掉已经启动的进程
[code][root@SH0-SRV-TUX-01 ~]# ps -A|grep mysql
8016 pts/2 00:00:00 mysqld_safe
8037 pts/2 00:00:00 mysqld[/code]

果然有两个顽固分子

杀之!!!
kill -9 8037(杀掉这个8016那个就自动被杀了!)
kill -9 8016


开心的时刻终于到来了
[code][root@SH0-SRV-TUX-01 ~]# /etc/init.d/mysql restart
MySQL manager or server PID file could not be found! [FAILED]
Starting MySQL [ OK ][/code]

开心啊!!!!!!兴奋啊!!!!!!

[code]mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 5.0.24a-standard
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>[/code]

好了,搞定了,有啥还不明白的联系我吧
xh_terry@hotmail.com
文章评论

共有 0 条评论