mysql关于权限 2022-10-25数据库88 use db; select user(),database(); -- 建立账号 create user user1; create user user2@'192,168.21.76' identified with caching_sha2_password by 'user2'; -- 查看账号 select host,user,plugin,authentication_string from mysql.user; -- 删除账号 输入验证码查看隐藏内容 扫描二维码关注本站微信公众号 Johngo学长 或者在微信里搜索 Johngo学长 回复 svip 获取验证码 Johngo学长 点赞 登录收藏 https://www.itcode1024.com/46899/ 复制链接 复制链接