AH HA!
I read some of the reader comments on the MacZealots page. This one from “Patrick Lemmens” is interesting:
Hi,
It is possible to use MySQL 4.1.7 but they have changed the Password Hashing in MySQL 4.1
WordPress doesn’t know about this but fortunately you can set the password in an other way so you can still use WordPress.
Do the following: mysql> SET PASSWORD FOR -> ‘root’@’localhost’ = OLD_PASSWORD(‘password’);
I tried that with my installation of MySQL 5, and now WordPress seems to be working fine!
Yay!
Thanks for the tips, folks!
–
Drew