mysql关于权限

数据库88

use db;

mysql关于权限

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 获取验证码
wechat Johngo学长