sql script update

This commit is contained in:
thinkgem
2018-01-06 20:29:02 +08:00
parent 484c34466a
commit a59c978603
9 changed files with 2826 additions and 104 deletions

View File

@@ -0,0 +1,9 @@
create user jeesite
identified by jeesite
quota unlimited on users;
grant connect,resource,create session,select any table,
create any view,create any table,create any index,
drop any table,drop any view,drop any index
to jeesite;