sync obd.sh

This commit is contained in:
frf12
2022-08-16 20:32:03 +08:00
committed by wangzelin.wzl
parent 88dad848e0
commit 07592637a7
14 changed files with 990 additions and 0 deletions

View File

@ -0,0 +1,5 @@
use oceanbase;
create user if not exists 'admin' IDENTIFIED BY 'admin';
grant all on *.* to 'admin' WITH GRANT OPTION;
create database obproxy;