Mysql:每个套接字地址的使用情况

发布于 2024-11-08 17:35:23 字数 199 浏览 1 评论 0原文

我在 php/mysql 中收到此错误:警告 mysql_connect()。每个套接字地址只有一种用途

(protocol/network addresses/ (trying to connect via tcp://localhost:3306 in ..

请给我任何解决此问题的建议

I am getting this error in php/mysql : Warning mysql_connect(). Only one usage of each socket address

(protocol/network addresses/ (trying to connect via tcp://localhost:3306 in ..

Please provide me any suggesstion to solve this problem

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

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

发布评论

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

评论(1

调妓 2024-11-15 17:35:23

您应该在 httpd.conf 或 htaccess 文件中找到并更改设置“keepalivetimeout”最小值而不是最大值。然后重新启动本地服务器。如果两个文件中都不存在,则需要在本地 htaccess 中进行配置,

请阅读以下文章
http://httpd.apache.org/docs/2.2/mod/ core.html#keepalivetimeout

you should find in httpd.conf or your htaccess file and change setting "keepalivetimeout" minimum not maximum.then restart localserver. if not exists in both file then need to be configure in your local htaccess

Please read following article
http://httpd.apache.org/docs/2.2/mod/core.html#keepalivetimeout

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