Files
oceanbase/tools/docker/standalone/step_2_boot/init_tenant_user.sql
2023-12-26 15:18:06 +00:00

3 lines
59 B
SQL

CREATE USER 'test'@'%';
GRANT ALL ON test.* TO 'test'@'%';