Files
oceanbase/tools/deploy/init_user.sql
2022-08-16 20:32:03 +08:00

6 lines
145 B
SQL

use oceanbase;
create user if not exists 'admin' IDENTIFIED BY 'admin';
grant all on *.* to 'admin' WITH GRANT OPTION;
create database obproxy;