Grant Grant可以把指定的权限分配给特定的用户,如果这个用户不存在,则会创建一个用户 命令格式 grant 权限 on 数据库名.表名 to 用户名@登陆方式 identified by 'password1'; --eg. grant select,insert,update,delete on auth.* to user1@localhost identified by 'password'; 权 限:select,insert,update,delete,drop,index,a