MySQL:命令行与 phpMyAdmin

发布于 2025-01-02 08:51:40 字数 166 浏览 0 评论 0原文

我注意到,如果我运行大型查询 - 例如复杂的 SELECTREPAIR 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 技术交流群。

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

发布评论

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

评论(1

追我者格杀勿论 2025-01-09 08:51:40

phpMyAdmin 严重臃肿。命令行直接与数据库交互。如果可能的话,您可能想交换到另一个客户端。

phpMyAdmin is heavily bloated. Command line interacts with database directly. You might want to swap, if possible, to another client.

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