text MAMP:mySQL服务器gestopt

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text MAMP:mySQL服务器gestopt相关的知识,希望对你有一定的参考价值。

// Quit MAMP. You may have to force quit when this happens as it does not shut down correctly.
// To show any MySQL processes currently running, open Terminal and from the command prompt run the command below.

pgrep mysql

// Next, kill the MySQL processes by running the command below.

pgrep mysql | xargs kill -9

// To verify they no longer exist, pgrep for mysql again and you should not have any processes returned.

pgrep mysql

// Now Launch MAMP again and MySQL Server should start normally.

以上是关于text MAMP:mySQL服务器gestopt的主要内容,如果未能解决你的问题,请参考以下文章