I have problem when I try to connect to MySQL MAMP :
ERROR 2002 (HY000): Can\'t connect to local MySQL server through socket \'/Applications/MAMP/tmp/mysql/mysql
I had the same problem. I solved it following these steps:
sudo mysql_upgrade
in a terminal window, and pressed enterAfter the update process I was able to connect with my MySQL.