Bug #9829 Automatic startup fails
Submitted: 11 Apr 2005 22:53 Modified: 25 Apr 2005 19:01
Reporter: Ric Dunn Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:5.0.3 beta OS:MacOS (OS X 10.3.8)
Assigned to: Jim Winstead CPU Architecture:Any

[11 Apr 2005 22:53] Ric Dunn
Description:
I've been running 4.1.11 successfully.  I installed 5.0.3 beta and MySQL would not automatically start when the computer boots.  I tracked the problem down to the mysql.server file (in the support-files folder).  For 5.0.3, it is calling 'mysqlmanager' instead of 'mysqld' to start the database.  I have not been able to find any documentation about 'mysqlmanager', so I copied the mysql.server file from 4.1.11 (which utilizes mysqld) to 5.0.3 and now the automatic starting works fine when I boot.

How to repeat:
Use 5.0.3 mysql.server file.
[15 Apr 2005 13:33] Rudenko Ilya
I have same problem. 

Solve of this problem is correcting path to mysqlmanager in file mysql.start
wrong path referrers to sbin directory of mysql. Correct path to mysqlmanager is mysql_basedir/libexec/mysqlmanager
[15 Apr 2005 13:37] Rudenko Ilya
Sorry even changing path to libexec does not solve this problem
[15 Apr 2005 21:54] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/24067
[16 Apr 2005 3:03] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/24073
[25 Apr 2005 19:01] Jim Winstead
This was fixed in 5.0.4. Thanks for the report.