|
|
我在BBS上找不3个小时了,大多写的不全面,使我这刚学linux的菜鸟无法解决这问题
我是菜鸟,求高手帮我一下,(上天保佑能详细点 .))
我安装了 redhat 10.0 系统自带的
mysql-server-3.23.58-4
mysql-3.23.58-4
php-mysql-4.3.3-6
perl-DBD-MySQL-2.9002-1
mod_auth_mysql-20030510-3
我把mysql设为开机自动启动
在我没改 mysql 的 root 密码时,无论我如何重启 mysql 都能启动
但是,当我 设了 root 密码 后就开机无法自动启动 , 在
用[root@localhost root]#/etc/rc.d/init.d/mysqld start 无法自动启动
用[root@localhost root]#service mysqld start 无法自动启动
但是我的网站是 php+mysql 却能联到 mysql 注册帐号等服务.
求高手帮帮我解决一下,如何能完全启动mysql
附我的mysqld.log
060105 17:19:38 mysqld ended
060105 17:19:39 mysqld started
060105 17:19:39 InnoDB: Out of memory in additional memory pool.
InnoDB: InnoDB will start allocating memory from the OS.
InnoDB: You may get better performance if you configure a bigger
InnoDB: value in the MySQL my.cnf file for
InnoDB: innodb_additional_mem_pool_size.
060105 17:19:39 InnoDB: Started
/usr/libexec/mysqld: ready for connections
求高手帮帮我解决一下如何能让 mysql 完全启动
谢谢! |
|