标签: sql batch-file sql-insert
我写了一个批处理脚本,它为我的数据库创建了一个sql文件。
它会自动编写id和image file direction以及idproduct,但我不知道如何使用批处理文件将mysql代码插入xampp } phpmyadmin
id
image file direction
idproduct
mysql
xampp
phpmyadmin
答案 0 :(得分:0)
只需使用批处理中的MySQL.exe工具:
mysql -u username -p password database_name < "c:\path\to\SqLfile.sql"