您好,登錄后才能下訂單哦!
系統版本:
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");
該問題是由于密碼授權過期導致
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。