Skip to content
Snippets Groups Projects
Verified Commit 8fa4f7dd authored by David Beniamine's avatar David Beniamine
Browse files

Remove broken mysql rules while restoring dump

parent 8e4e73fa
Branches
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ case $action in
read -p "Do you want to restore your database from file '$1' ? This command will erase your current data. (y/n). " yn
case $yn in
[Yy]* )
zcat $1 | $cmdmyInput $mysql
zcat $1 | grep -v '/\*M' | $cmdmyInput $mysql
;;
[Nn]* )
exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment