What is the fix to connect the MySQL Workbench tool with the MAMP PRO MySQL database?
|
feedback
|
|
Change the connection type from TCP/IP to Local, then point it to the socket: /Applications/MAMP/tmp/mysql/mysql.sock Your username and pw will most likely be root / root | |||
|
feedback
|
|
I was able to get http://www.sequelpro.com/ working by pointing it to the socket: /Applications/MAMP/tmp/mysql/mysql.sock | |||
|
feedback
|
|
As Mike said you can use the Local option and point it to the socket:
Or you can generate a symbolic link to your mysql socket (from your terminal):
| |||
|
feedback
|