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?
After try several ways I'm using this way now. Running the server as unix users.
What was the problem first- As I was trying to use if from different user account. It tried to start from user account, but the process was already from another user account. That's why I'm running the server as unix user as a common user and gave access to the htdocs directory to that unix user. Till now, it's working perfect.