MySQL操做权限增删改查

一、mysql操做权限可查看information_schema表;mysql 二、cmd查询当前用户操做权限命令: show grants; sql 三、cmd查询某某用户操做权限命令:show grants for username;数据库 三、cmd回收用户操做权限命令:revoke all privileges on *.* from user@'host';加密 四、cmd增长用户操做权
相关文章
相关标签/搜索