I run MySql locally as a test environment, and want to let people know the latest Secyrity Update from Apple broke being able to connet to the DB from mojo at “localhost.”
I run MySQL 5.0.7 and PHP 5.3.2.
You get a “can not connect with these settings error” out of mojo.
Open your config and change localhost to 127.0.0.1 and you’re set.
Strangely either work to load the site from the browser.
I am 100% positive I could successfully connect prior to my latest OS update (I built the site using localhost).
Anyway, I am hoping I can save someone some grief.
I tried to install a fresh MM copy of MM and it wouldn’t go with localhost either. 127.0.0.1 works fine. I’m writing this off to an Apache or Mac issue and not a MM one. This is mostly a heads up to anyone having this problem.