PHPMyAdmin 遇到错误 101::连接重置

发布于 2024-11-15 09:51:38 字数 318 浏览 0 评论 0原文

它曾经运行良好,但是当我将 'magic_quote_runtime' 更改为 Off 后,它遇到了这个问题。

我必须将 magic_quote_runtime 更改为关闭,因为我遇到了反序列化问题。(请参阅 PHP 偏移处反序列化错误,在某些服务器上工作,而不是在其他服务器上工作

如果 phpmyadmin 无法在 magic_quote_runtime 关闭的情况下运行,我怎样才能一起解决这两个问题?

It used to run well, but after I changed 'magic_quote_runtime' to be Off it encounters this problem.

I must change magic_quote_runtime to be off because i have the unserialize problem.(See PHP unserialize error at offset, works on some servers, not others)

If phpmyadmin cannot run with magic_quote_runtime off how can i solve this two problem together?

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

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

发布评论

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

评论(1

谜兔 2024-11-22 09:51:38

你可以尝试一些事情..

  • 重新启动apache
  • 清除浏览器的缓存
  • ,如果其他一切都失败..重新安装xampp(如果你通过xampp安装获得了phpmyadmin)

请告诉我们这些是否有帮助或者你有任何其他解决方案为你工作..

you can try a couple of things..

  • Restart apache
  • clear browser's cache
  • and if everything else fails..reinstall xampp (in case you have got phpmyadmin through xampp installation)

let us know if any of these helped or you have got any other solution that worked for you..

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