I've just downloaded the standard mysql package and tried to install it on a G5 under 10.3.1 following these instructions:
http://www.entropy.ch/software/macosx/mysql/
This is the package: mysql-standard-4.0.16-apple-darwin6.6-powerpc
I followed the instructions on Marcs site carefully, but when I get to step 5 ie:
To start the server, issue sudo echo first, then type sudo ./bin/mysqld_safe &
I get this error:
Starting mysqld daemon with databases from /usr/local/mysql/data
031205 15:43:24 mysqld ended
. . . .
If I then try to reinitialize the database I get tripped up on step #1 when trying to remove the database:
tcsh: sudo: No match.
So this implied that somehow I was running tsch instead of bash. I changed to bash in netinfo manager.
Rebooted and reinstalled.
Now when I run step #5, but I still get:
Starting mysqld daemon with databases from /usr/local/mysql/data
031205 21:21:28 mysqld ended
and if I try to run the test I get:
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
[1]+ Done
Any help would be appreciated (scrolling through various mac web forums it looks like there a several other people with similar issues...)!