grant all privileges on *.* to 'root'@'192.168.77.%' identified by '123456'
2、为自己的主机授权
grant all privileges on *.* to 'root'@'syh1' identified by '123456';
grant all privileges on *.* to 'root'@'syh2' identified by '123456';
grant all privileges on *.* to 'root'@'syh3' identified by '123456';
grant all privileges on *.* to 'root'@'syh4' identified by '123456';