I currently use Mac Mavericks OSX 10.9.1. I have 3 login users for work, school, and my personal user. I just installed MAMP on my 'work' user at first time. Apache and MySQL servers run successfully.
However, they are not runnable at all on either my personal or school user. When I run them on my personal user, MAMP showed below.
/Applications/MAMP/Library/bin/mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/Applications/MAMP/tmp/mysql/mysql.sock' (2) when trying to connect
I don't know how to run them on the rest of my users.
Can anyone give me some solutions please?


Since your servers are runned by your work user other users may not have permission to access to your sock file. Try connecting your server by host 127.0.0.1 not by localhost which will open a tcp connection not a socket connection to test that is the case. If your server is running without a problem you should be able to connect without a problem. If that is the case solution would be granting read+write permission to /Applications/MAMP/tmp/mysql/ folder as well as your mysql.sock file if it is running by using shell command