mysqldump的问题
我执行了此命令后mysqldump -u root --add-locks --all-databases > /root/backup.sql使用student表的时候就出现以下提示,并且光标一直停在那里,请问各位高手,应该如何解决呢?谢谢!
mysql> use student;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A 刚看手册解决了,谢谢各位。 :victory:
页:
[1]