Skip to content

Commit

Permalink
add create database web
Browse files Browse the repository at this point in the history
  • Loading branch information
wjx82850707 committed Sep 13, 2018
1 parent 84e1a9f commit 4f7a5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/exec-sql.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mysql -uroot -proot@appinside -e "create database db_tars"
mysql -uroot -proot@appinside -e "create database tars_stat"
mysql -uroot -proot@appinside -e "create database tars_property"

mysql -uroot -proot@appinside -e "create database db_tars_web"
mysql -uroot -proot@appinside db_tars < db_tars.sql

0 comments on commit 4f7a5f3

Please sign in to comment.