Commit 75d3e40d authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent 15197404
...@@ -23,6 +23,8 @@ if [ "$delete_business_data" = "true" ];then ...@@ -23,6 +23,8 @@ if [ "$delete_business_data" = "true" ];then
echo "CREATE DATABASE IF NOT EXISTS \`${database_name}\` DEFAULT CHARSET utf8 COLLATE utf8_general_ci;" | mysql -h $mysql_host -uqa -pqatest echo "CREATE DATABASE IF NOT EXISTS \`${database_name}\` DEFAULT CHARSET utf8 COLLATE utf8_general_ci;" | mysql -h $mysql_host -uqa -pqatest
fi fi
echo `pwd`
for entry in ./* for entry in ./*
do do
echo "mysql -h $mysql_host -u qa -pqatest $database_name < $entry" echo "mysql -h $mysql_host -u qa -pqatest $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