无法连接到 MySQL - 找不到 Mysql.sock Phpmyadmin 错误 #2002

发布于 2024-11-25 06:33:39 字数 1468 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

新人笑 2024-12-02 06:33:39

遗憾的是,我只是在该服务器上重新安装了 mySQL 包,并没有触及 phpmyadmin 并且它起作用了。不过还是谢谢你的意见

Sadly, I just reinstalled mySQL package on that server, and didn't touch phpmyadmin and it worked. Thank you for the input though

尬尬 2024-12-02 06:33:39

MySQL 没有运行。

从命令提示符尝试以下操作之一:

  • 启动 mysql 服务器:

    /etc/init.d/mysqld 启动
    
  • 停止mysql服务器:

    <代码>/etc/init.d/mysqld stop
    
  • 重新启动 mysql 服务器:

    /etc/init.d/mysqld restart
    

还可以尝试:

service mysqld restart

如果 MySQL 始终未启动,您将需要告诉 MySQL 自动启动。

如果失败的话-我的赌注是重新安装 MySQL 和 MAC 的启动/首选项。

MySQL is not running.

Try one of these from the command prompt:

  • To start mysql server:

    /etc/init.d/mysqld start
    
  • To stop mysql server:

    /etc/init.d/mysqld stop
    
  • To restart mysql server:

    /etc/init.d/mysqld restart
    

Also try:

service mysqld restart

You will need to tell MySQL to start automatically if it's always not started.

Failing that - my bet would be to re-install MySQL and MAC's startup/pref thing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文