Commit ee6d93a3 authored by tywldx's avatar tywldx

fix

parent b3157804
......@@ -15,6 +15,6 @@ do
table_data="mysqldump $sql_command --skip-lock-tables --tables $sql_tables > /tmp/${db}_db.sql"
eval $table_data
mysql -h 192.168.6.2 -P 3306 -uqa -pqatest db < /tmp/${db}.sql
mysql -h 192.168.6.2 -P 3306 -uqa -pqatest db < /tmp/${db}_db.sql
fi
done
\ No newline at end of file
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