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
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ case $action in ...@@ -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 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 case $yn in
[Yy]* ) [Yy]* )
zcat $1 | $cmdmyInput $mysql zcat $1 | grep -v '/\*M' | $cmdmyInput $mysql
;; ;;
[Nn]* ) [Nn]* )
exit exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment