mysql修改用户密码 新增用户

修改密码:

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';

posted @ 2015-12-06 00:28  大赚佬  阅读(134)  评论(0编辑  收藏  举报