On 21 Apr 2006, at 17:18, Geoffrey Sneddon wrote:

After the JS2E 5.0 Release 4 update on Mac OS 10.4.6 on the 19th, MySQL 4.1.18 64-bit hasn't started. It begins to start up, before ending with "ERROR!". Any possible reasons/solutions?


Managed to fix it: /tmp was broken.

/tmp should be a symbolic link to /private/tmp, and should be owned by root and the group admin. It should have a CHMOD of 755.

The Fix:

sudo rm -r /tmp
sudo ln -s /private/tmp /tmp

All the best,

Geoffrey Sneddon


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to