专注于云服务器
VPS主机优惠测评
国内免备案虚拟主机

如何设置mysql的登录密码?

设置方法:1、使用“set password =password('你的密码');”命令;2、使用“update user set password=password('你的密码') where user='root';”命令。

如何设置mysql的登录密码?

mysql设置密码

有很多方法:

1、用root进入mysql后

mysql>set password =password('你的密码'); mysql>flush privileges;

2、使用GRANT语句

mysql>grant all on *.* to 'root'@'localhost' IDENTIFIED BY '你的密码'with grant option ;  mysql>flush privileges;

3、进入mysql库修改user表

mysql>use mysql; mysql>update user set password=password('你的密码') where user='root'; mysql>flush privileges;

推荐教程:mysql视频教程

以上就是如何设置mysql的登录密码?的详细内容,更多请关注名铺123其它相关文章!

赞(0) 打赏
转载请注明出处:晓波笔记 » 如何设置mysql的登录密码?
分享到: 更多 (0)
megalayer云服务器

raksmart云服务器

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

晓波笔记-VPS主机,云服务器优惠促销测评

QQ:87304394

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏