创建远程登陆用户并授权 :
mysql -u root
> grant all PRIVILEGES on test.* to andy@'172.26.220.11' identified by '123456';
> flush privileges;
创建远程登陆用户并授权 :
mysql -u root
> grant all PRIVILEGES on test.* to andy@'172.26.220.11' identified by '123456';
> flush privileges;