Commit d5f4161e authored by daidekun's avatar daidekun

hack bugs

parent 4f41e1fd
...@@ -20,12 +20,12 @@ if [ $# -ne 8 ]; then ...@@ -20,12 +20,12 @@ if [ $# -ne 8 ]; then
exit 1 exit 1
fi fi
ip_last=$1 source_db_host=$1
source_db_host="192.168.4.$ip_last"
source_db_user=$2 source_db_user=$2
source_db_pwd='Uiwb@o^fR&nHOa5t' source_db_pwd='Uiwb@o^fR&nHOa5t'
target_db_host="$4" ip_last=$4
target_db_host="192.168.4.$ip_last"
target_db_user=$5 target_db_user=$5
target_db_pwd=$6 target_db_pwd=$6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment