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