github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/tenant/privilege/create_account_case_insensitive.sql (about) 1 set global enable_privilege_cache = off; 2 drop account if exists NtrWE02sgtvCXu; 3 create account NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 4 create account NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 5 create account if not exists NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 6 drop account NtrWE02sgtvCXu; 7 drop account NtrWE02sgtvCXu; 8 drop account if exists NtrWE02sgtvCXu; 9 set global enable_privilege_cache = on;