Add support of databases from more than one MySQL installation.

This commit is contained in:
2018-01-23 02:54:48 +01:00
parent e4d5f59252
commit 83bd3db9b9
5 changed files with 37 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ err_Log=${LOCK_DIR}/mysql.err.log
# -------------------- Variable --------------------- #
#
_backupDestArchiveDir="${script_backup_dir}/MySQL"
_backupDestArchiveDir="${script_backup_dir}/MySQL-${mysql_version}"
if [ $srcHost != "localhost" ] || $_via_ssh_tunnel ;then