修改密码:
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