The first thing to try is to change the ownership of the MySQL datadir, for example, if you start MySQL with the mysql user:
chown -R mysql:mysql /path/to/datadir
check the permissions on the directory / Applications / MAMP / tmp / mysql / to create the socket.
source share