CREATE USER \'username\'@\'host\' IDENTIFIED BY \'password\';grant 权限 on 数据库.* to 用户名@登录主机 identified by "密码"; grant select on v_$mystat to test1; 给on v_$mystat赋值权限查看视图 相关文章: 2022-01-16 2021-11-26 2022-12-23 2021-09-21 2022-01-25 2022-01-02 2021-04-25 2022-12-23