而不是 MySQL-3.23.53-1 rpm 包的版本。这个版本会在启动时提示:
021018 10:53:00 mysqld started
Fatal error: Can't change to run as user 'mysql' ; Please check that the user exists!
021018 10:53:01 Aborting
而不是 MySQL-3.23.53-1 rpm 包的版本。这个版本会在启动时提示:
021018 10:53:00 mysqld started
Fatal error: Can't change to run as user 'mysql' ; Please check that the user exists!
021018 10:53:01 Aborting
实际上这个提示是不对的。[/quote]
MySQL-3.23.53a 已经修正了MySQL-3.23.53 的问题。
OK !
2002年11月22日下午13时42分28秒[root@gugonghcs Mysql]# rpm -Uvh MySQL-3.23.53a-1.i3861.rpm MySQL-client-3.23.53a-1.i386.rpm MySQL-d-shared-3.23.53a-1.i386.rpmSQL
Preparing... ########################################### [100%]
1:MySQL-client ########################################### [ 25%]
Giving mysqld a couple of seconds to exit nicely
2:MySQL ########################################### [ 50%]
Installing all prepared tables
021122 13:43:17 /usr/sbin/mysqld: Shutdown Complete
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h gugonghcs.fruitron.com.cn 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!
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 https://order.mysql.com
Starting mysqld daemon with databases from /var/lib/mysql
3:MySQL-devel ########################################### [ 75%]
4:MySQL-shared ########################################### [100%]
不过,我还是喜欢 RH 自带的 /etc/init.d/mysqld ,而不是 MySQL 官方的 /etc/init.d/mysql ,大家是否有同感 ?