XAMPP 无法启动 MySQL

发布于 2024-10-08 09:39:23 字数 548 浏览 0 评论 0 原文

我下载了 XAMPP xampp-linux-1.7.3a.tar.gz 并按照链接 http://www.apachefriends.org/en/faq-xampp-linux.html#start

完成所有步骤后,mysql 未启动。我收到的错误是

> [root@localhost bin]# pwd
> /opt/lampp/bin 
> [root@localhost bin]# ./mysql.server start Starting MySQL.
> ERROR! Manager of pid-file quit without updating file. 

我试图深入研究这个 mysql.server 文件,但能够找到到底是什么问题。似乎某些操作系统级别的设置阻碍了 mysql 的启动。请提供一些对此的思考过程。

谢谢

I downloaded XAMPP xampp-linux-1.7.3a.tar.gz and followed the same steps as given in the link http://www.apachefriends.org/en/faq-xampp-linux.html#start.

After following all the steps, mysql is not starting. The error that i am getting is

> [root@localhost bin]# pwd
> /opt/lampp/bin 
> [root@localhost bin]# ./mysql.server start Starting MySQL.
> ERROR! Manager of pid-file quit without updating file. 

I tried to dig into this mysql.server file but could able to locate what exactly is the problem. Seems like some OS level settings are hindering to start mysql. Please provide some thought process on this.

Thanks

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

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

发布评论

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

评论(2

治碍 2024-10-15 09:39:23

我收到此问题/错误消息是因为 my.cnf 中的绑定地址不正确。修复它后我就可以启动 mysql 了。可能无法解决您的问题,但可以寻找其他问题。

I had this issue/error message because the bind-address in my.cnf was incorrect. Fixing it allowed me to start mysql. Might not have fixed your issue, but a place to look for others.

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