我尝试使用this tutorial将LAMP安装到我的Mac上。我已将MySQL从官方网站安装到我的Mac(OS X El Capitan 10.11.3)。我在.bash_profile中为mysql和mysqladmin编写了别名。因此,当我尝试键入mysql命令时,它会响应我
error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (38)
。
我输入了perror 38并得到了下一个:非套接字上的套接字操作。怎么了?
答案 0 :(得分:0)
我认为mysql服务器没有运行。
启动它 sudo /usr/local/mysql/support-files/mysql.server start
然后重试。
确保它正在运行(如果有任何错误,有时mysqld会被杀死)
ps aux | grep mysql