运行时use dbname; 在MySQLpipe理员,我会得到这个消息:
Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
但是我还不清楚如何使用-A ?
从命令行启动时, -A (或等同于--no-auto-rehash )将被添加为mysql一个选项,例如:
mysql -p -u myusername -A
你是从shell提示符还是通过一些webpipe理界面运行mysql ?