错误连接重置错误 on wamp;我明白了为什么,但不知道怎么做!
安装 phpED 后,我必须更改 php.ini 上的一些行,但 phpmyadmin 工作得很好,但昨天它开始显示“错误 101 (net::ERR_CONNECTION_RESET):”错误消息!
好吧,我可以浏览数据库,但根本无法通过单击导航面板上的名称来浏览表。
当我单击任何表名称时,这是一个典型的请求,“http://localhost/phpmyadmin/index.php?db=databasename&token=cf4c8cd5d82_a_Token& ;table=table_name&pos=0"
经过一番混乱之后,我简单地把这个,"http://localhost/phpmyadmin/index.php?db=databasename&token=cf4c8cd5d82_a_Token&table=table_name" 看起来我只是删除了 pos 参数< /strong> 并且工作正常!
但它很烦人......所以想知道是否有人知道它是什么?
After installing phpED, I had to change some lines on php.ini but phpmyadmin was working just fine but yesterday It started showing "Error 101 (net::ERR_CONNECTION_RESET):" error message!
Well I can browse databases but simply can not browse tables by clicking on their name on navigation panel.
When I click on any table name, this a typical request, "http://localhost/phpmyadmin/index.php?db=databasename&token=cf4c8cd5d82_a_Token&table=table_name&pos=0"
After a bit messing around, I simply put this, "http://localhost/phpmyadmin/index.php?db=databasename&token=cf4c8cd5d82_a_Token&table=table_name" look I simply removed that pos parameter and its working fine!
But its annoying...so wondering if anyone knows what is it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我遇到了类似的问题,我通过关闭 *mod_socket* 来解决它
I had the similar problem, and i resolve it by turning off the *mod_socket*
很老的问题,但如果有人遇到同样的情况,https://stackoverflow.com/users/268074/petah
只需要禁用它,我的本地网站就开始正常工作了。
Pretty old question, but in case someone is going through this same situation, https://stackoverflow.com/users/268074/petah comment on original question actually made my case, since using that technique I discovered XDebug PEAR Extension was causing the problem.
It was just a matter of disabling it and my local site started working like a charm.