Mysql server on MAMP won't start

后端 未结 6 1146
小蘑菇
小蘑菇 2020-12-07 19:05

My Mysql server on MAMP won\'t start. This is the error:

161224 00:15:00 mysqld_safe Logging to \'/Applications/MAMP/logs/mysql_error_log.err\'. 16

6条回答
  •  眼角桃花
    2020-12-07 19:56

    In some cases it may possible that the MySQL is already running on 3306 port. So, you can change the port number with 3307.

    P.S: If you are bound to use 3306 in that case I think you can stop existing MySql server and let MAMP to do it for you.

提交回复
热议问题