mysql用户管理和权限设置

用户授权 Grant all privileges on . to ‘www’@’%’ identified by ‘www’ with grant option; All privileges:授权所有权限给用户 也可以指定权限:select、create、drop、等 On:权限对改数据库和表生效 To:把权限授权给该用户 Indentified by:指定用户登录密码 With grant
相关文章
相关标签/搜索