use mysql;
insert into user(Host,User,Password) values ("%","autotest",password("autotest"));
flush privileges;
grant all privileges on autotest.* to autotest@172.16.128.158 identified by 'autotest';
flush privileges;
use mysql;
insert into user(Host,User,Password) values ("%","autotest",password("autotest"));
flush privileges;
grant all privileges on autotest.* to autotest@172.16.128.158 identified by 'autotest';
flush privileges;