在use dbname;管理中运行MySQL时,我将收到以下消息:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A但是我仍然不清楚如何使用-A?
发布于 2012-03-04 08:06:34
在从命令行启动-A (或等效的--no-auto-rehash)时,要将其作为选项添加到mysql中,例如:
mysql -p -u myusername -A您是从shell提示符运行mysql,还是通过web管理界面运行?
https://serverfault.com/questions/366135
复制相似问题