Mysql:每个套接字地址的使用情况
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该在 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