错误连接重置错误 on wamp;我明白了为什么,但不知道怎么做!

发布于 2024-11-13 23:56:32 字数 957 浏览 1 评论 0原文

安装 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> 并且工作正常!

但它很烦人......所以想知道是否有人知道它是什么?

这是关于此主题的相关 stackoverflow 问题

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?

Here is a relevant stackoverflow question on this topic

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

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

发布评论

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

评论(2

∝单色的世界 2024-11-20 23:56:33

我遇到了类似的问题,我通过关闭 *mod_socket* 来解决它

I had the similar problem, and i resolve it by turning off the *mod_socket*

戈亓 2024-11-20 23:56:33

很老的问题,但如果有人遇到同样的情况,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.

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