简体   繁体   中英

How to import large mysql dump file into mariadb localhost

Hi i would like to import a large mysql dump file into localhost maria db...but found this error

在此处输入图片说明

my command is just like so

mysql -u root -p dbname < dumpfile.sql

$ mysql --help | grep user
  -u, --user=name     User for login if not current user.

So try mysql -uroot -p dbname < dumpfile.sql (your screenshot doesn't use -u)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM