简体   繁体   中英

Mysql server on MAMP 4.1.1 won't start in macOS Sierra 10.12.5

My MAMP 4.1.1 MySQL server will not start on macOS Sierra 10.12.5.

I have uninstalled MAMP and reinstalled v4.1.1

There are NO files in the htdocs folder and NO databases in the mysql56 folder.

The only things in there are the folders:

performance_schema , mysql , and the file mysql_upgrade_info

I've tried the following:

• restart MAMP as well as computer shut down and restart • set ports to default

• terminal to kill all sql processes:

sudo killall -9 mysqld

response is: No matching processes were found

• chmod the folder:

sudo chown -R mysql:mysql /usr/local/bin/mysql

After many hours of searching around for solutions I finally uninstalled MAMP 4.1.1 and installed MAMP 3.5.2 and it works.

If someone knows why MAMP 4.1.1 MySQL server won't start on Sierra 10.12.5 let me know.

我不想这么说,但是您将需要删除程序并下载新版本。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM