mysql创建普通用户和查询权限

mysql的授权语句为 grant all privileges on . to ‘user’@‘ip’ identified by ‘password’ with grant option; 其中*.* 第一个代表库名 第二个代表库的表名 . 表示所有库的所有表 慎用! mysql通过 create user shanghui identified by ‘shanghui123’; 语句创建普
相关文章
相关标签/搜索