-A 解决数据库表太多,预读表时间很长

 

Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
由于数据库太大,即数据库中的表非常多,所以如果预读数据库信息,将非常慢,所以就卡住了。解决这种情况的的办法:
进入数据库是,加上参数-A ----->mysql -hHostName -uUserName -pPassord -PPort -A(不预读数据库信息)

 

posted @ 2016-11-15 10:28  bass  阅读(248)  评论(0编辑  收藏  举报