Note to self: when setting up mysql on a Mac using MacPorts (formerly Darwin Ports), install mysql with the following:
That bloody little “+server” part was a royal pain in the ass, let me tell you.
% sudo port install mysql5 +server
I would think that mysql installs would be servers by default.
There should instead be a special “+client” flag to prevent server installation!
Egad. Oh, and for some reason, the
wp-config.php
did not like the host name localhost
.Instead, use
127.0.0.1
.