github.com/matrixorigin/matrixone@v0.7.0/test/distributed/cases/tenant/tenant.test (about)

     1  drop account if exists tenant_test;
     2  create account tenant_test admin_name = 'root' identified by '111' open comment 'tenant_test';
     3  create account tenant_test admin_name = 'root' identified by '111' open comment 'tenant_test';
     4  create account if not exists tenant_test admin_name = 'root' identified by '111' open comment 'tenant_test';
     5  create account tenant_test admin_name = 'root' open comment 'tenant_test';
     6  drop account if exists tenant_test;