Commit 871756bd authored by casualet's avatar casualet

add benchmark

parent 7e6eccb6
...@@ -5,4 +5,4 @@ mysql -uroot -pletmein -h127.0.0.1 -P3399 tpcc1000 < create_table.sql ...@@ -5,4 +5,4 @@ mysql -uroot -pletmein -h127.0.0.1 -P3399 tpcc1000 < create_table.sql
echo "=============================================LOAD DATA=====================================================" echo "=============================================LOAD DATA====================================================="
mysql -uroot -pletmein -h127.0.0.1 -P3399 tpcc1000 < all.sql mysql -uroot -pletmein -h127.0.0.1 -P3399 tpcc1000 < all.sql
echo "=============================================DUMP DATABASE=====================================================" echo "=============================================DUMP DATABASE====================================================="
mysqldump --skip-extended-insert -uroot -pletmein -h127.0.0.1 -P3399 tpcc1000 > back.sql mysqldump --skip-extended-insert -uroot -pletmein -h127.0.0.1 tpcc1000 > back.sql
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