I did mysqldump and when I try to restore it:
mysql -u root -pmypassword dbname < dump.sql
it says:
mysql: [Warning] Using a password on the command line interface can be insecure
and takes pause about 10 sec, even if dump.sql is very small. It's no problem about message, but how to get rid of pause?