mysq常见问题

时间:2023-03-09 01:14:27
mysq常见问题

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
什么是预读数据库信息: