Combine docker modes
This commit is contained in:
2
tools/docker/standalone/step_2_boot/init_tenant_user.sql
Normal file
2
tools/docker/standalone/step_2_boot/init_tenant_user.sql
Normal file
@ -0,0 +1,2 @@
|
||||
CREATE USER 'test'@'%';
|
||||
GRANT ALL ON test.* TO 'test'@'%';
|
||||
Reference in New Issue
Block a user