phpMyAdmin 显示受影响的行 = 0
我在 Ubuntu 10 LAMP 服务器上使用 phpMyAdmin 3.3.7 和 MySQL 5.1.49。
在大多数情况下,删除或更新行时,phpMyAdmin 将显示受影响的行 = 0,即使行已受到影响。当我通过 MySQL 命令行尝试相同的查询时,受影响的行会正确显示。我需要进行某种配置更改吗?
I'm using phpMyAdmin 3.3.7 with MySQL 5.1.49 on an Ubuntu 10 LAMP server.
In most situations, phpMyAdmin will show rows affected = 0 when deleting or updating rows, even though rows HAVE been affected. When I try the same query through the MySQL command line, the rows affected is shown correctly. Is there some kind of configuration change I need to make?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信这是 3.3.10 中修复的错误,
请参阅以下错误修复参考:
http://sourceforge.net/tracker/index.php?func=detail&aid=3153409&group_id=23067&atid=377408
I believe this was a bug that was fixed in 3.3.10
See the below bug fix reference:
http://sourceforge.net/tracker/index.php?func=detail&aid=3153409&group_id=23067&atid=377408
您应该尝试使用最新发布的 phpMyAdmin
You should try using the most recently released phpMyAdmin