摘要: 创建用户 create user 'userName'@'%' identified by '123456'; 用户名为userName,密码是123456的用户(userName,123456可指定) 授予权限 grant select on mysql.* to 'userName'@'%'; 阅读全文
posted @ 2022-07-15 14:17 叫练 阅读(416) 评论(0) 推荐(0) 编辑