标签:
修改密码:
mysql> grant all privileges on *.* to yongfu_b@‘192.168.1.%‘ identified by ‘my_password_new‘;
新建用户:
mysql> grant all privileges on *.* to yongfu_b@‘192.168.1.%‘ identified by ‘my_password_2‘;
标签:
原文地址:http://www.cnblogs.com/jh1994/p/5022685.html