Bug #9589 Installed 5.0.3 rpm
Submitted: 3 Apr 2005 5:23 Modified: 11 Apr 2005 12:48
Reporter: Sascha Monteiro Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:5.0.3 OS:Linux (linux RedHat)
Assigned to: Petr Chardin CPU Architecture:Any

[3 Apr 2005 5:23] Sascha Monteiro
Description:
Upgraded from 5.0.1 to 5.0.3 with following rpm's;
rpm -Uvh MySQL-server-5.0.3-0.i386.rpm MySQL-client-5.0.3-0.i386.rpm MySQL-devel-5.0.3-0.i386.rpm MySQL-shared-5.0.3-0.i386.rpm

Mysql wouldn't start anymore:
[root@localhost /]# service mysql start
Starting MySQL................................... ERROR!

after editing the /etc/cnf file ->
[mysql]
#no-auto-rehash   ---> disabling this option
the server started again!!!

How did I find out?
[root@localhost /]# mysqlmanager
mysqlmanager: unknown option '--no-auto-rehash'

How to repeat:
upgrade mysql from 5.0.1 to 5.0.3 with rpm as described

Suggested fix:
? re-enable the no-auto-rehash option
[3 Apr 2005 7:59] Sergei Golubchik
mysqlmanager should not read [mysql] group
[11 Apr 2005 12:48] Petr Chardin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html