MySQL用户权限管理详解

1、用户受权html mysql> grant all privileges on *.* to 'yangxin'@'%' identified by 'yangxin123456' with grant option;mysql  •all privileges:表示将全部权限授予给用户。也可指定具体的权限,如:SELECT、CREATE、DROP等。 sql •on:表示这些权限对哪些数据库
相关文章
相关标签/搜索