MySQL:命令行与 phpMyAdmin
我注意到,如果我运行大型查询 - 例如复杂的 SELECT
或 REPAIR TABLE
- 如果我使用命令行而不是 phpMyAdmin,我会得到更快的结果。然而,在欣赏图形界面时,我想知道使用 exec 将查询直接发送到 MySQL 是否会加快执行时间以及原因。
I have noticed that if I ran big queries queries - such as a complex SELECT
or a REPAIR TABLE
- I get much faster results if I use the command line rather than phpMyAdmin. However, appreciating a graphical interface I was wandering if using exec
to send the query directly to MySQL would speed up the exectution time and why.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
phpMyAdmin 严重臃肿。命令行直接与数据库交互。如果可能的话,您可能想交换到另一个客户端。
phpMyAdmin is heavily bloated. Command line interacts with database directly. You might want to swap, if possible, to another client.