aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/bin
diff options
context:
space:
mode:
authorM.Gergo2020-01-12 12:53:59 +0100
committerM.Gergo2020-01-12 12:53:59 +0100
commit7891f65fb7544f3b1a126f8e0688889d6a6954f3 (patch)
tree9c5a1122a1e3aba3de81f888dafed14a1cb78282 /mayor-orig/mayor-base/bin
parent502843a035833f82321ed990ada1eda23612ed92 (diff)
downloadmayor-7891f65fb7544f3b1a126f8e0688889d6a6954f3.tar.gz
mayor-7891f65fb7544f3b1a126f8e0688889d6a6954f3.zip
Rev: 4589rev4589
Diffstat (limited to 'mayor-orig/mayor-base/bin')
-rw-r--r--mayor-orig/mayor-base/bin/restore.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mayor-orig/mayor-base/bin/restore.sh b/mayor-orig/mayor-base/bin/restore.sh
index 8283effa..b2173e49 100644
--- a/mayor-orig/mayor-base/bin/restore.sh
+++ b/mayor-orig/mayor-base/bin/restore.sh
@@ -189,6 +189,7 @@ EOF
) | $MYSQL -h$MYSQL_HOST -u $MYSQL_USER -p$MYSQL_PW
fi
echo -n '... '
+ # echo 'SET FOREIGN_KEY_CHECKS=0' &&
cat ${SQLFILE} | mysql -p${MYSQL_PW} --user=${MYSQL_USER} --default-character-set=utf8 ${DB}
echo ok
fi