[问题] mysql启动不起来(数据库)

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
core
帖子: 209
注册时间: 2007-08-17 13:00

[问题] mysql启动不起来(数据库)

#1

帖子 core » 2007-08-22 21:11

最近重新装的linux系统,从mysql上下载了mysql的server client两个r p m 包
安装时信息如下
[root@localhost software]# rpm -ivh MySQL-server-5.0.45-0.glibc23.i386.rpm
Preparing... ########################################### [100%]
1:MySQL-server ########################################### [100%]
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting MySQL/etc/init.d/mysql: line 159: kill: (22407) - 没有那个进程
[FAILED]

Thank you for installing the MySQL Community Server! For Production
systems, we recommend MySQL Enterprise, which contains enterprise-ready
software, intelligent advisory services, and full production support with
scheduled service packs and more. Visit www.mysql.com/enterprise for more
information.
红色这句怎么回事??
终端而且启动是后显示是失败
信息也是
Starting MySQL/etc/init.d/mysql: line 159: kill: (22895) - 没有那个进程
[失败]"

小弟跪求高手!!
头像
依寻依然
帖子: 1617
注册时间: 2006-10-31 14:49

#2

帖子 依寻依然 » 2007-08-22 21:21

直接从源里的安装,一切就搞定了
Borders are meant to be crossed
头像
core
帖子: 209
注册时间: 2007-08-17 13:00

#3

帖子 core » 2007-08-22 21:45

谁给介绍个好点的源码网站!
谢谢!
回复