MySQL pid ended (cannot start mysql)

后端 未结 10 1826
有刺的猬
有刺的猬 2020-12-08 07:02

I have a clean install of MySQL (mysql-5.5.24-osx10.6-x86_64). I am on Lion (OS 10.7.4) with a Mac Pro Quad Core. I installed MySQL the GUI installer and also installed the

10条回答
  •  再見小時候
    2020-12-08 07:43

    I had the same problem.

    In /usr/local/var/mysql I found a file in the form COMPUTER-NAME.local.err. Simply changing that file name solved the problem. I could now start the mysql server with

    mysql.server start

提交回复
热议问题