1、Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
原因:
是由于数据库太大,即数据库中表非常多,所以如果预读数据库信息,将非常慢,所以就卡住了,如果数据库中表非常少,将不会出现问题
解决方案:
mysql -hhostname -uusername -ppassword -Pport -A
什么是预读数据库信息:
时间: 2024-11-04 22:54:59