Commit 1e45a674 authored by daidekun's avatar daidekun

hack bugs

parent dc5643c9
......@@ -13,9 +13,7 @@ mysql_user=$3
mysql_password=$4
db_sub_backup_folder=$5
cd $db_sub_backup_folder
for entry in "$search_dir"./*
for entry in $db_sub_backup_folder
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