Commit d1ebc779 authored by daidekun's avatar daidekun

hack bugs

parent 00197a78
......@@ -13,7 +13,9 @@ mysql_user=$3
mysql_password=$4
db_sub_backup_folder=$5
for entry in $db_sub_backup_folder
cd $db_sub_backup_folder
for entry in ./*
do
echo "mysql -h $mysql_host -u qa -pqatest $database_name < $entry"
mysql -h $mysql_host -u$mysql_user -p$mysql_password $database_name < $entry
......
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