简体   繁体   English

MySQL:命令行vs phpMyAdmin

[英]MySQL: command line vs phpMyAdmin

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. 我注意到,如果我运行大型查询查询(例如复杂的SELECTREPAIR TABLE ,如果我使用命令行而不是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. 但是,如果我使用exec直接将查询发送到MySQL会欣赏到我徘徊的图形界面,则会加快执行时间,以及为什么。

phpMyAdmin is heavily bloated. phpMyAdmin非常肿。 Command line interacts with database directly. 命令行直接与数据库交互。 You might want to swap, if possible, to another client. 如果可能,您可能希望交换到另一个客户端。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 MySQL数据库显示在phpMyAdmin中,但不显示命令行客户端 - MySQL database shows in phpMyAdmin but not the command line client 从phpmyadmin中的mysql命令行调用mysql存储过程 - Calling mysql stored procedure from mysql command line in phpmyadmin 从 MySQL 5.5 命令行客户端访问 phpmyadmin 上的数据库? - Accessing database on phpmyadmin from MySQL 5.5 Command line client? 使用PHP拒绝访问mysql DB,但可以使用phpmyadmin和在命令行上登录 - ACCESS DENIED to mysql DB with PHP but can login with phpmyadmin and on the command line 为什么phpmyadmin会比mysql命令行快得多? - Why would phpmyadmin be significantly faster than the mysql command line? 为什么Mysql命令行导入比PhpMyAdmin慢 - Why Mysql command line import slower than PhpMyAdmin 可以通过PHPMyAdmin访问MySQL,但不能通过命令行访问MySQL - Can access MySQL via PHPMyAdmin but not through Command Line 无法通过在 phpMyAdmin 中创建的用户在命令行中访问 MySQL - Can't access MySQL in command line through user created in phpMyAdmin MySQL 1064错误,可在命令行和phpMyAdmin中运行; 不在应用程式中 - MySQL 1064 error, works in command line and phpMyAdmin; not in app 使用命令行 phpmyadmin 导入时,Mysql 数据库查询未显示在命令行中 - Mysql database queries not showing in command line when importing using command line phpmyadmin
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM