phpMyAdmin 在启动时出现显示插件错误
我的 WAMP phpMyAdmin 实例现在在启动时抛出 SHOW PLUGINS 错误。过去从来没有这样做过,但现在这样做了,而且不会启动。有什么想法如何解决这个问题吗?我联系了支持人员,但尚未得到回复。
My WAMP phpMyAdmin instance is now throwing a SHOW PLUGINS error on startup. It has never done this in the past, but now does this and will not start. Any ideas how to resolve this issue? I contacted support but haven't gotten a response back yet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
问题是,对于更高版本,显示插件已被弃用。要解决此问题,请编辑以下文件:
C:\Program Files\MySQL\MySQL Workbench 5.2 CE\modules\wb_admin_control.py
(windows)或
/Applications/MySQLWorkbench.app/Contents/ PlugIns/wb_admin_control.py
(mac)第 588 行注释掉这一行:
使其看起来像这样:
然后重新启动 mysql 工作台,一切都会正常工作。
The problem is that for later versions, show plugins was deprecated. To fix the problem edit the following file:
C:\Program Files\MySQL\MySQL Workbench 5.2 CE\modules\wb_admin_control.py
(windows)or
/Applications/MySQLWorkbench.app/Contents/PlugIns/wb_admin_control.py
(mac)on line 588 comment out this line:
so that it looks like this:
Then restart mysql workbench and everything will work as it should.
Show Plugins 是在 mysql 5.1+ 中引入的。如果您使用较新版本的 phpmyadmin 3.x 和较旧版本的 mysql 5.0,那么您将收到此错误。解决方案是升级 mysql 或降级 phpmyadmin。
Show plugins is introduced in mysql 5.1+. If you are using a newer version of phpmyadmin 3.x with an older version of mysql 5.0 then you will get this error. Solution would be to upgrade mysql or downgrade phpmyadmin.
您的 MySQL 用户可能没有足够的权限来访问临时文件夹
Your MySQL user might not have enough permissions to access the temporary folder