Commit 4d611f8b authored by daidekun's avatar daidekun

bugs

parent 896b9512
......@@ -20,5 +20,5 @@ do
filename=$(basename "$entry")
database_name="${filename%.*}"
echo "mysql -uroot -pQuantgroup2017 --database=$database_name < $entry"
mysql -uroot -pQuantgroup2017 --database=$database < $entry
mysql -uroot -pQuantgroup2017 $database_name < $entry
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