Cannot find mysql.sock

前端 未结 14 1266
一向
一向 2020-12-04 11:20

I just had to re-install mysql and I am having a problem starting it up. It cannot find the socket (mysql.sock). The problem is that neither can I. In my Mac OS X 10.4 te

14条回答
  •  天命终不由人
    2020-12-04 11:35

    $ mysqladmin variables | grep sock
    

    Try this instead, this will output the demanded result, getting rid of unrelated info.

提交回复
热议问题