MAMP - mysql server won't start on port 3306 -


mysql server refuses start on port 3306 ok on 8889.

anyone got ideas? banging head on desk here :-)

the simplest solution figure out if there instance of mysql running , stopping it, e.g. call in terminal :

ps -ax | grep mysqld 

and kill appropriate mysqld process.

and check processes listening on port 3306 :

lsof -i:3306 

Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -