MySQL忘記root密碼後的處理
在用root使用者登入mysql時發現密碼錯了
[root@gk ~]# mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user (using password: NO)
解決方法
1.停止mysqld服務
[root@gk ~]# service mysqld stop
停止 mysqld: [確定]
2.執行mysqld_safe --skip-grant-tables
[root@gk ~]# mysqld_safe --skip-grant-tables
140607 22:21:50 mysqld_safe Logging to '/var/log/mysqld.log'.
140607 22:21:50 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
3.登入mysql
[root@gk ~]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.71 Source distribution
Copyright (c) 2000, 2013, 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.
4.切換到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
5.更新密碼
mysql> update user set password=password('redhat')where user='root';
Query OK, 2 rows affected (0.00 sec)
Rows matched: 3 Changed: 2 Warnings: 0
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql> exit
Bye
6.重新啟動mysqld服務
[root@gk ~]# service mysqld restart
停止 mysqld: [確定]
正在啟動 mysqld: [確定]
7.用新密碼進行登入
[root@gk ~]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.1.71 Source distribution
Copyright (c) 2000, 2013, 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>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12082464/viewspace-1191210/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【問題處理】MySQL忘記root密碼的處理辦法MySql密碼
- CentOS7忘記mysql的root密碼_處理方法.CentOSMySql密碼
- mysql 8.0忘記root使用者密碼處理MySql密碼
- mysql 5.7忘記root密碼MySql密碼
- MySQL8.0 忘記 root 密碼下如何修改密碼MySql密碼
- Linux伺服器---mysql忘記root密碼Linux伺服器MySql密碼
- MySql5.5忘記root密碼怎麼辦MySql密碼
- 07 . Jenkins忘記root密碼Jenkins密碼
- win10 mysql8.0.12 忘記root密碼如何重置密碼Win10MySql密碼
- mysql 4.1.7忘記資料庫密碼的處理辦法MySql資料庫密碼
- Linux忘記root密碼解鎖Linux密碼
- mysql誤刪root使用者或者忘記root密碼解決方法MySql密碼
- MySQL密碼忘記後怎麼辦?MySql密碼
- mysql 忘記密碼MySql密碼
- MySQL忘記密碼MySql密碼
- LINUX忘記ROOT使用者密碼處理方法(linux單使用者模式)Linux密碼模式
- 帝國cms後臺admin帳號密碼忘記的處理方法密碼
- centos7 修改root密碼 密碼忘記的情況下CentOS密碼
- Oceanbase忘記OCP訪問密碼處理方案密碼
- PbootCMS忘記密碼後的重置密碼流程boot密碼
- 【轉載】Linux忘記root密碼--進入單使用者模式修改root密碼Linux密碼模式
- linux系統root密碼忘記了怎麼辦Linux密碼
- MySQL 8.0.15忘記密碼重置方法MySql密碼
- mysql忘記密碼解決方案MySql密碼
- MySQL 重置Root密碼MySql密碼
- Linux忘記root祕密怎麼辦Linux
- 修改Mysql root密碼的方法MySql密碼
- PbootCMS忘記登入密碼怎麼辦?忘記了PBootCMS後臺的登入密碼boot密碼
- Linux伺服器—mysql忘記密碼Linux伺服器MySql密碼
- Mysql忘記密碼解決方法凹MySql密碼
- mysql密碼忘記了怎麼辦MySql密碼
- MySQL 8.0 重置 root 密碼MySql密碼
- 關於mysql忘記密碼的解決策略MySql密碼
- MetInfo 後臺忘記密碼的解決方法密碼
- PHPCMS 後臺密碼忘記的解決方法PHP密碼
- 忘記 EyouCMS 後臺密碼的解決方法密碼
- MySQL的Root使用者密碼MySql密碼
- mysql8忘記密碼怎麼辦MySql密碼
- MySQL初始密碼忘記了怎麼辦MySql密碼