PAN-6 added a Windows batch file to load the DB on Windows systems.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
SET MYSQL_PWD=secret
|
||||
FOR /R %%s IN (.\*.sql) do (
|
||||
echo **** %%s ****
|
||||
echo mysql --batch --quick --raw --line-numbers --force --user=panda < %%s
|
||||
)
|
||||
Reference in New Issue
Block a user