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
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,8 @@ then ...@@ -180,7 +180,8 @@ then
then then
if [ $usevserver ] if [ $usevserver ]
then 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 else
execstr="$MYSQLHOTCOPY --quiet --allowold --regexp /.\*/./.\*/ $hotdir" execstr="$MYSQLHOTCOPY --quiet --allowold --regexp /.\*/./.\*/ $hotdir"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment