github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/tenant/privilege/create_account_case_sensitive.sql (about)

     1  set global enable_privilege_cache = off;
     2  drop account if exists `DLmFjq026Cd5T`;
     3  create account `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0';
     4  create account `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0';
     5  create account if not exists `DLmFjq026Cd5T` admin_name '杷062廼鄮704凈4547' identified by '1罖914尘1029垳4鋧0';
     6  drop account `DLmFjq026Cd5T`;
     7  drop account `DLmFjq026Cd5T`;
     8  drop account if exists `DLmFjq026Cd5T`;
     9  set global enable_privilege_cache = on;