grant all PRIVILEGES on *.* to [email protected]‘111.111.111.101‘ identified by ‘cheyooh_user‘;
grant all PRIVILEGES on cheyooh_user.* to [email protected]‘111.111.111.100‘ identified by ‘cheyooh_user‘;
GRANT Select ON *.* TO [email protected]‘218.17.202.202‘ IDENTIFIED BY "password112";
grant all PRIVILEGES on *.* to [email protected]‘218.17.202.202‘ IDENTIFIED BY ‘88888888‘;
grant select,reload,replication slave,replication client on *.* to [email protected]‘127.0.0.1‘ identified by "123456";
flush privileges;
grant all PRIVILEGES on cheyoh_ad.* to [email protected]‘%‘ identified by ‘66666666‘;
时间: 2024-09-30 01:30:42