Skip to content
Snippets Groups Projects
Commit 065c9aa9 authored by micah's avatar micah :speech_balloon:
Browse files

r220@um: micah | 2005-12-27 11:12:31 -0500

 Add -h option to mysqlhotcopy method
parent 06edbbdd
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment