|
FC4下安装
MySQL-server-5.0.15-0.i386.rpm
后,提示:
051111 21:17:16 [Warning]
Asked for 196608 thread stack, but got 126976
Fill help tables
051111 21:17:16 [Warning] Asked for 196608 thread stack, but got 126976
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
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.
NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!
文件localhost.localdomain.err内容为:
051111 22:20:34 mysqld started
051111 22:20:34 mysqld ended
请问是什么原因?我该怎么办?请指教!谢谢!!! |
|