drop user test@'192.168.1%';
create user test@'192.168.1.%' identified by 'passwd';
grant all privileges on *.* to aiuap@'192.168.1.%';
flush privileges;
mysql创建用户并授权
阅读 54
2023-08-10
drop user test@'192.168.1%';
create user test@'192.168.1.%' identified by 'passwd';
grant all privileges on *.* to aiuap@'192.168.1.%';
flush privileges;
相关推荐
精彩评论(0)