Commit 4346cb64 authored by yiwenshao's avatar yiwenshao

modify reset.sh

parent a39f6e40
mysql -h127.0.0.1 -e "drop database if exists tpcc1000" mysql -uroot -pletmein -h127.0.0.1 -e "drop database if exists tpcc1000"
mysql -h127.0.0.1 -e "drop database if exists tdb" mysql -uroot -pletmein -h127.0.0.1 -e "drop database if exists tdb"
mysql -h127.0.0.1 -e "drop database if exists tdb2" mysql -uroot -pletmein -h127.0.0.1 -e "drop database if exists tdb2"
mysql -h127.0.0.1 -e "drop database if exists tdb3" mysql -uroot -pletmein -h127.0.0.1 -e "drop database if exists tdb3"
mysql -h127.0.0.1 -e "drop database if exists micro_db" mysql -uroot -pletmein -h127.0.0.1 -e "drop database if exists micro_db"
rm -rf ./shadow/* rm -rf ./shadow/*
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