sync obd.sh
This commit is contained in:
5
tools/deploy/init_user.sql
Normal file
5
tools/deploy/init_user.sql
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user