MAMP used to work flawlessly for me while developing WordPress sites locally. Then I upgraded to Yosemite and started getting the "Can't find Server" error in my browser (when ports are set to defaults Apache: 8888, MySQL: 8889), and then "Error connecting to database" (when ports are set to 80, 443, and 3306).
The only thing that changed was the Yosemite upgrade. So then I tried switching to MAMP Pro to see if it made a difference, which it did! But now the trial has expired and I'm back in the cold. Then I tried XAMPP and AMPPS as well but got the same issue. This was all a few weeks ago. So today I began developing a new site and decided to just register for MAMP Pro thinking I would avoid the headache and just get on with life. But now MAMP Pro is giving me same problems. I have no idea what's going on and how to troubleshoot this.
I have tried setting wp-config host settings with "localhost:8888", and "127.0.0.1" to no avail.
Any suggestions are appreciated.