Commit 2d0df1b8 authored by Casualet's avatar Casualet

insert.sh added for testing

parent e1dd2134
files=`ls| grep '\.sql$'`
arrayfiles=($files)
#IFS=' ' read -r -a arrayfiles <<< "$files"
for data in ${arrayfiles[@]}
do
ss="mysql -uroot -pletmein -h127.0.0.1 tpcc1000 < $data"
eval $ss
done
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