将数据库放入sql文件

时间:2017-10-02 00:15:58

标签: mysql

我正在尝试将我的数据库example_dog_names放入sql文件中。我试图这样做的命令是:

example_dog_names > C:/Users/man/Desktop/dbfile.sql;

我得到的错误是:

     ERROR 1064 (42000): You have an error in your SQL syntax; 
     check the manual that corresponds to your 
     MYSQL server version for the right syntax to use near 
     'example_dog_names < C:/Users/man/Desktop/dbfile.sql' at line 1

我错过了什么?我连接到MySQL,我执行了命令:

USE example_dog_names;

感谢任何帮助!

0 个答案:

没有答案