PID error on mysql.server start?

后端 未结 7 1616
名媛妹妹
名媛妹妹 2020-12-01 03:19

I\'ve just tried installing MySQL using homebrew (on Mac OS X 10.6), but I\'ve run across an issue at the first hurdle. When trying to manually start the server (mysql.serve

7条回答
  •  天涯浪人
    2020-12-01 04:01

    I ran into this same problem when installing via homebrew. Make sure you run these commands (which are listed during install but easy to miss):

    unset TMPDIR
    mysql_install_db
    

提交回复
热议问题