mysql 5.7忘記root密碼
臨時建立的一個測試庫,忘記了root密碼,用如下辦法可以解決:
一、透過編輯/etc/my.cnf檔案在[mysqld]下面加上skip-grant-tables=1,儲存退出;
[mysqld] skip-grant-tables=1
二、重啟MySql服務
[root@iZ2ze7qh6q0di3qkvef1dzZ etc]# systemctl stop mysqld.service [root@iZ2ze7qh6q0di3qkvef1dzZ etc]# systemctl start mysqld.service
三、以root身份登入mysql
[root@iZ2ze7qh6q0di3qkvef1dzZ 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服務即可。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20893244/viewspace-2284607/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL 5.7修改忘記root密碼MySql密碼
- MySQL5.7忘記root密碼處理MySql密碼
- MySQL 5.7遺忘root密碼重置記錄MySql密碼
- Mysql 5.7忘記root密碼怎麼辦MySql密碼
- mysql忘記root密碼MySql密碼
- [Mysql]mysql忘記ROOT密碼MySql密碼
- mysql root 密碼忘記windowsMySql密碼Windows
- MYSQL修改密碼和忘記ROOT密碼MySql密碼
- mysql忘記root密碼恢復MySql密碼
- MySQL_忘記Root密碼並找回MySql密碼
- MySQL8.0 忘記 root 密碼下如何修改密碼MySql密碼
- Window7下忘記MySQL ROOT密碼MySql密碼
- MySQL 忘記root密碼的解決方法MySql密碼
- MySQL忘記root密碼後的處理MySql密碼
- MySQL 忘記root密碼解決辦法MySql密碼
- MYSQL5.7 ROOT密碼修改教程MySql密碼
- MySql5.5忘記root密碼怎麼辦MySql密碼
- Linux伺服器---mysql忘記root密碼Linux伺服器MySql密碼
- MySQL5.6忘記root密碼(win平臺)MySql密碼
- Linux忘記root密碼Linux密碼
- aix下忘記root密碼AI密碼
- mysql5.7重置root密碼MySql密碼
- Ubuntu MySQL5.7設定root密碼UbuntuMySql密碼
- mysql 8.0忘記root使用者密碼處理MySql密碼
- windows下mysql忘記root密碼的解決方法WindowsMySql密碼
- linux下mysql的root密碼忘記解決LinuxMySql密碼
- linux忘記mysql root密碼的解決方法LinuxMySql密碼
- 07 . Jenkins忘記root密碼Jenkins密碼
- win10 mysql8.0.12 忘記root密碼如何重置密碼Win10MySql密碼
- 忘記MySQL資料庫root密碼,使用安全模式巧妙重置密碼MySql資料庫密碼模式
- mysql 忘記密碼,mysql修改密碼MySql密碼
- mysql 忘記密碼MySql密碼
- MySQL忘記密碼MySql密碼
- mysql誤刪root使用者或者忘記root密碼解決方法MySql密碼
- Mac下Mysql的root使用者密碼忘記了MacMySql密碼
- CentOS7忘記mysql的root密碼_處理方法.CentOSMySql密碼
- MySql5.5忘記root密碼的解決辦法MySql密碼
- mysql中的root密碼忘記的解決辦法MySql密碼