是否可以在xampp中插入带有批处理文件的sql代码

时间:2018-05-15 19:39:32

标签: sql batch-file sql-insert

我写了一个批处理脚本,它为我的数据库创建了一个sql文件。

它会自动编写idimage file direction以及idproduct,但我不知道如何使用批处理文件将mysql代码插入xampp } phpmyadmin

1 个答案:

答案 0 :(得分:0)

只需使用批处理中的MySQL.exe工具:

mysql -u username -p password database_name < "c:\path\to\SqLfile.sql"