From c3cc44d1b216ca01dffb35396d7f9c7ff12ea3f0 Mon Sep 17 00:00:00 2001 From: micah Date: Tue, 27 Dec 2005 17:37:54 +0000 Subject: [PATCH] r220@um: micah | 2005-12-27 11:12:31 -0500 Add -h option to mysqlhotcopy method git-svn-id: http://code.autistici.org/svn/backupninja/trunk@281 758a04ac-41e6-0310-8a23-8373a73cc35d --- handlers/mysql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handlers/mysql b/handlers/mysql index 408399d..20905d5 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -180,7 +180,8 @@ then then if [ $usevserver ] then - execstr="$VSERVER $vsname exec $MYSQLHOTCOPY --quiet --allowold --regexp /.\*/./.\*/ $hotdir" + info "dbhost: $dbhost" + execstr="$VSERVER $vsname exec $MYSQLHOTCOPY -h $dbhost --quiet --allowold --regexp /.\*/./.\*/ $hotdir" else execstr="$MYSQLHOTCOPY --quiet --allowold --regexp /.\*/./.\*/ $hotdir" fi -- 2.30.2