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;