开发者社区 问答 正文

谁能告诉我怎么清除mysql的密码吗

谁能告诉我怎么清除mysql的密码吗,服务器ECS下的mysql的密码,使用wordpress

展开
收起
建站新手 2015-03-25 17:26:29 5588 分享 版权
5 条回答
写回答
取消 提交回答
  • Re谁能告诉我怎么清除mysql的密码吗
    update user set password = password('' ) where user = 'root'

    -------------------------

    Re谁能告诉我怎么清除mysql的密码吗
    use mysql;
    update user set password = password('' ) where user = 'root' ;
    flush privileges;
    2015-04-22 21:08:53
    赞同 展开评论
  • Re谁能告诉我怎么清除mysql的密码吗
    百度下
    2015-04-22 17:34:52
    赞同 展开评论
  • linux还是windows?
    2015-04-05 13:23:03
    赞同 展开评论
  • 阿里云ping https://ping.gaomeluo.com/aliyun/
    我用的是控制面板!内附数据库,应该可以找回!
    2015-03-25 19:35:41
    赞同 展开评论
  • Re谁能告诉我怎么清除mysql的密码吗
    我也是小白 帮顶吧!
    2015-03-25 17:36:00
    赞同 展开评论