change git root

This commit is contained in:
2019-03-03 16:13:24 -07:00
parent a1d5a82570
commit 96c90a3c49
71 changed files with 180 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
set mysql_pwd = secret
FOR /R %%s IN (*.sql) do (
echo **** %%s ****
mysql -u panda -psecret < %%s
)