There are two tasks that must be fixed in order to get MySQL Workbench to work with the MAMP installation:
1) Start/Stop/Status MySql :
" MySQL":
/Applications/MAMP/bin/startMysql.sh
Stop MySQL:
/Applications/MAMP/bin/startMysql.sh
MySQL:
ps xa | grep "/Applications/MAMP/Library/bin/[m]ysqld"
2) my.cnf , :
→
sudo touch /etc/my.cnf
sudo chown joeb /etc/my.cnf
, . MAMP, MySQL Workbench, WordPress MAC.