系统版本:Welcome to the Mysql monitor. Commands end with ; or \g.Your mysql connection id is 2Server versi
系统版本:
Welcome to the Mysql monitor. Commands end with ; or \g.
Your mysql connection id is 2
Server version: 5.7.28-log
Copyright (c) 2000, 2019, oracle and/or its affiliates. All rights reserved.
Oracle is a reGIStered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
忘记密码,编辑my.cnf服务配置文件
[mysqld]段段中加入 skip-grant-tables语句,去掉认证
update user set passWord=password("root")where user='root';
修改密码之后,无法立刻操作mysql,退出之后,重新连接mysql
执行语句报错:
You must reset your password using ALTER USER statement before executing this statement
解决方案
set password = password("root");
该问题是由于密码授权过期导致
--结束END--
本文标题: MySQL 重置密码
本文链接: https://lsjlt.com/news/44958.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0