January 24, 2002
I now have MySQL running on my OS X Powerbook.   I largely followed the directions from The Business Mac MySQL instructions.  I used the install package from http://www.entropy.ch/software/macosx and found it a rather easy build.  I did have to make one minor adjustment.  When trying to start MySQL for the first time it is good to place an empty mysql.sock file in the /tmp/ directory.  The other item to add is create a directory (sudo mkdir) libexec in the mysql directory then go into the libexec directory and create a softline to ../bin/mysld (sudo ln -s ../bin/mysqld mysqld).  You should be good to go.