mysql 导入数据库文件到指定数据库

i:\mysql\bin>mysql  -u  用户名 -p  数据库名  <   i:/test.sql

// (source "c:\adsense.sql" )

例如: i:\MySQL\bin>mysql -u root -p test < I:/test.sql

Enter password: ****//密码

在test数据库中导入test.sql数据库文件

上一篇:spring-data-redis分布式


下一篇:JUnit使用Eclipse建立Test Case - 就是爱Java