当前位置:Gxlcms > mysql > 修改Mysqlroot密码的方法

修改Mysqlroot密码的方法

时间:2021-07-01 10:21:17 帮助过:38人阅读

一、启动命令行,输入: taskkill /f /im mysqld.exe  //关闭mysql

二、转入mysql的bin目录下

三、输入:mysqld --skip-grant-tables    // 跳过密码检测

四、原窗口不关闭,新打开一个,转入mysql的bin目录下

五、输入:mysql -u root

六、输入:修改原来密码:update mysql.user set authentication_string=password('123456') where user='root' and Host = 'localhost';

以上所述是小编给大家介绍的修改Mysql root密码的方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对脚本之家网站的支持!

您可能感兴趣的文章:

  • MAC上Mysql忘记Root密码或权限错误的快速解决方案
  • MySQL密码忘了怎么办?MySQL重置root密码方法
  • Mysql5.7修改root密码教程
  • Mysql5.7忘记root密码及mysql5.7修改root密码的方法
  • Mysql5.6 忘记root密码的解决办法

人气教程排行