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(不预读数据库信息)