本文共 361 字,大约阅读时间需要 1 分钟。
1、打开mysql命令窗口
source test.sql
source 不带分号
1、待执行的sql文件为test1.sql、test2.sql、test.sql、4.sql等
2、写一个总的sql文件例如:all.sql文件:
source test1.sqlsource test2.sqlsource test3.sqlsource test4.sql3、在mysql下执行
source batch.sql
注意sql路径问题以及mysql 的版本,博主使用的是5.7,注意不要分号
【Mysql的bin目录】\mysql –u用户名 –p密码 –D数据库<【sql脚本文件路径全名】
D:\MySQL\bin\mysql –uroot –p123456 -Dtest
转载地址:http://oyskf.baihongyu.com/