Skip to content
Snippets Groups Projects
Verified Commit 97371df2 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: fix setup with mysql 5.7

parent 5c7e2466
Branches
No related tags found
No related merge requests found
Pipeline #9201 failed
......@@ -34,7 +34,7 @@ if [ -z "$MAINPATH" ]; then
fi
# Make a backup of the important environment variables.
my_env=$(export -p | grep -E '(MYSQL|DATABASE)' || true)
#my_env=$(export -p | grep -E '(MYSQL|DATABASE)' || true)
source "$MAINPATH/config.defaults"
......@@ -51,8 +51,8 @@ if [[ -z "$MYSQL_CMD" ]] ; then
fi
# Restore backup.
echo "$my_env"
eval "$my_env"
#echo "$my_env"
#eval "$my_env"
export MYSQL_CMD
export MYSQLDUMP_CMD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment