Bug #9973 5.0.3 beta will not run on OSX 10.2.8 or 10.3+
Submitted: 18 Apr 2005 14:57 Modified: 6 May 2005 8:33
Reporter: Donald Huebschman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.3 beta OS:MacOS (MacOSX 10.2.8 or 10.3+)
Assigned to: Jim Winstead CPU Architecture:Any

[18 Apr 2005 14:57] Donald Huebschman
Description:
starting 5.0.3beta returns:
ERROR! Can't execute @sbindir@/mysqlmanager

mysql.server for 5.0.3beta has the following lines:
if test -z "$basedir"
then
  basedir=/usr/local/mysql
  bindir=./bin
  datadir=/usr/local/mysql/data
  sbindir=@sbindir@
else
  bindir="$basedir/bin"
  sbindir="$basedir/sbin"
fi

while 5.0.2 alpha which does work has:
if test -z "$basedir"
then
  basedir=/usr/local/mysql
  bindir=./bin
else
  bindir="$basedir/bin"
fi

Additionally, the 5.0.3 seems to force the datadir to /usr/local/mysql/data

How to repeat:
./mysql/support-files/mysql.server start

Suggested fix:
Revert back to the 5.0.2 mysql.server.
[6 May 2005 8:33] Jim Winstead
Thank you for your bug report. This issue has already been fixed
in the latest released version of that product, which you can download at 
http://www.mysql.com/downloads/

Additional info:

This was fixed in 5.0.4.