您好,登錄后才能下訂單哦!
這篇文章主要講解了“mysql 5.7忘記root密碼怎么辦”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“mysql 5.7忘記root密碼怎么辦”吧!
臨時創建的一個測試庫,忘記了root密碼,用如下辦法可以解決:
一、通過編輯/etc/my.cnf文件在[mysqld]下面加上skip-grant-tables=1,保存退出;
[mysqld] skip-grant-tables=1
二、重啟MySql服務
[root@iZ2ze7qh7q0di3qkvef1dzZ etc]# systemctl stop mysqld.service [root@iZ2ze7qh7q0di3qkvef1dzZ etc]# systemctl start mysqld.service
三、以root身份登錄mysql
[root@iZ2ze7qh7q0di3qkvef1dzZ etc]# mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.7.24 MySQL Community Server (GPL) Copyright (c) 2000, 2018, 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. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
四、進入mysql數據庫
mysql> use mysql Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed
五、修改root密碼:
mysql> update user set authentication_string = password('HecomDB2015!@#'),password_last_changed=now() where user='root'; Query OK, 2 rows affected, 1 warning (0.00 sec) Rows matched: 2 Changed: 2 Warnings: 1
六、退出mysql,再次編輯/etc/my.cnf文件,將第一步中添加的skip-grant-tables=1刪掉,重啟啟動MySql服務即可。
感謝各位的閱讀,以上就是“mysql 5.7忘記root密碼怎么辦”的內容了,經過本文的學習后,相信大家對mysql 5.7忘記root密碼怎么辦這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。