ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'

前端 未结 30 1336
南旧
南旧 2020-12-04 05:14

I installed MySQL on Mac OS X Mountain Lion with homebrew install mysql, but when I tried mysql -u root I got the following error:

30条回答
  •  鱼传尺愫
    2020-12-04 05:50

    If you are on OSX and have XAMPP,then please follow these steps:

    Thanks to Jackstine's answer, I was able to do the following:

    $ cat ~/.my.cnf

    [mysql]
    
    # CLIENT #
    port                           = 3306
    socket                         = /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock
    

    I hope this helps me again when I forget, in the future!

提交回复
热议问题