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;
微信扫一扫
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;
相关推荐