码迷,mamicode.com
首页 > 数据库 > 详细

mysql修改用户密码 新增用户

时间:2015-12-06 01:36:48      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

修改密码:

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修改用户密码 新增用户

标签:

原文地址:http://www.cnblogs.com/jh1994/p/5022685.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!