Restore MYSQL Dump File with Command Line

前端 未结 9 1545
长情又很酷
长情又很酷 2021-02-04 02:57

I have file.sql, and I want to restore it. I found this command:

mysql -u username -p database_name < file.sql

Where should I put \'file.sql\' in

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 03:22

    As an alternate, try to restore the dump with a Restore or with an Execute Large Script Wizard Wizard.

    There is a command-line support.

    Backup or restore

提交回复
热议问题