为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】:dm8 【操作系统】:centos7 【CPU】: 【问题描述】*: -- 创建新用户 CREATE USER new_dba IDENTIFIED BY 'password';
-- 授予DBA权限 GRANT "DBA" TO new_dba; 这个命令可以麻
您好可以的,创建用户:Create user gmhs_asmoper identified by 123456; grant dba to gmhs_asmoper;
您好可以的,创建用户:Create user gmhs_asmoper identified by 123456;
grant dba to gmhs_asmoper;