Can't connect to local MySQL server through socket homebrew

后端 未结 21 1937
萌比男神i
萌比男神i 2020-12-04 05:54

I recently tried installing MySQL with homebrew (brew install mysql) and when I try to run it I get the following error:

ERROR 2002 (HY00

21条回答
  •  隐瞒了意图╮
    2020-12-04 06:22

    I got the same error and this is what helped me:

    $ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
    $launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
    $mysql -uroot
    mysql>
    

提交回复
热议问题