MySQL We Have A Problem
Argh... So I wanted to update my internal server to the latest and greatest version of MySQL. I downloaded the nice Mac OS X ver. 10.6 (x86, 64-bit), DMG Archive installer package they have and low and behold, MySQL won't start-up!
Well, no need to worry. Seems to be an issue with the installer package. To see if you have the same problem I'm having, do the install and then fire up ye ole terminals and type:
sudo /usr/local/mysql/support-files/mysql.server startPassword: XXXXXX
If you see a fun message that looks like this:
/usr/local/mysql/support-files/mysql.server: line 256: my_print_defaults: command not foundStarting MySQLERROR! Couldn't find MySQL server (./bin/mysqld_safe)
Then you have the same problem I'm having. Here's how you can fix it.