You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"WARNING: disabling comments in backup to remove deuplicate backups. Automatic database name detection won't work so set MYSQL_DATABASE on restore"
36
+
BASIC_OPTS="$BASIC_OPTS" --skip-comments
37
+
fi
38
+
if mysqldump $BASIC_OPTS$MYSQLDUMP_OPTS -h "$MYSQL_HOST" -P "$MYSQL_PORT" -u "$MYSQL_USER" -p"$MYSQL_PASS"$MYSQL_SSL_OPTS"$db">"$FILENAME"
0 commit comments