Mac OS 10.10 has its own apache2 and PHP (php path I still do not know, too lazy to find)
Install MySQL with brew,
Download the phpMyAdmin on the official website, and configure it officially, no login, no error code, just say "unable to log on to MySQL server"
Looked at a lot of ways, did not solve, because other people's mistakes there are error codes, after thinking ....
I think it should also be a MySQL server configuration problem, you can see the status of MySQL information
Use MySQL to enter the MySQL command line and then use show variables;
Find the default installed MySQL bind_address:127.0.0.1
So you need to change the config.inc.php of phpMyAdmin, the MySQL server inside will be changed from the default localhost to 127.0.0.1,
And then, everything's fine.
I've been stuck with this problem for 3 hours, shit!.
[Xunix development Environment--01] MAMP Mac OS 10.10 configuration experience, Essentials--01. phpMyAdmin can't even do it.