在線客服系統(tǒng)
十三年專注于網(wǎng)站建設(shè)與互聯(lián)網(wǎng)應(yīng)用開發(fā),低調(diào)、有情懷的網(wǎng)絡(luò)應(yīng)用服務(wù)商!
南昌百恒科技微信公眾號(hào) 掃一掃關(guān)注
tel-icon全國服務(wù)熱線:400-680-9298,0791-88117053
掃一掃關(guān)注百恒科技微信公眾號(hào)

root密碼過期的解決辦法

百恒 2023-02-23 16:23:16 943
? ? ? ?root也稱為根用戶,中文名叫超級(jí)用戶權(quán)限,是用來完全掌控系統(tǒng)底層及系統(tǒng)文件的,在使用的過程中碰到root密碼過期也是很正常的,下面南昌網(wǎng)絡(luò)公司小編來跟大家聊一下root密碼過期的解決辦法。


root密碼過期的解決辦法


? ? ? ?mysql 5.7.14安裝完后登陸報(bào)錯(cuò),意思是密碼過期

? ? ? ?[root@mysql]# mysql -u root -p
? ? ? ?Enter password:?
? ? ? ?ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supports expired passwords.

? ? ? ?解決辦法:

? ? ? ?1、在my.cnf? mysqld 部分加入 skip-grant-tables 參數(shù)。

? ? ? ?[mysqld]
? ? ? ?skip-grant-tables

? ? ? ?2、重啟mysql數(shù)據(jù)庫,然后登陸

? ? ? ?[root@llmj-mysql-40-115 tools]# 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.7.14-log MySQL Community Server (GPL)
? ? ? ?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.

? ? ? ?3、查看mysql的用戶狀態(tài)

? ? ? ?>select host,user,password_expired,account_locked from mysql.user;
? ? ? ?+-----------+-----------+------------------+----------------+
? ? ? ?| host? ? ? | user? ? ? | password_expired | account_locked |
? ? ? ?+-----------+-----------+------------------+----------------+
? ? ? ?| localhost | root? ? ? | Y? ? ? ? ? ? ? ? | N? ? ? ? ? ? ? |
? ? ? ?| localhost | mysql.sys | N? ? ? ? ? ? ? ? | Y? ? ? ? ? ? ? |
? ? ? ?+-----------+-----------+------------------+----------------+
? ? ? ?3 rows in set (0.00 sec)

? ? ? ?password_expired :y說明密碼已經(jīng)過期,可以改成N,則是未過期

? ? ? ?>update mysql.user set password_expired='N';
? ? ? ?Query OK, 1 row affected (0.03 sec)
? ? ? ?Rows matched: 2? Changed: 1? Warnings: 0

? ? ? ?4、然后注釋掉skip-grant-tables參數(shù)

? ? ? ?重啟mysql,用過期的密碼即可登陸了,登陸之后可以用下面的命令修改密碼
? ? ? ?>alter user user() identified by '123456';
? ? ? ?Query OK, 0 rows affected (0.03 sec)

? ? ? ?>flush privileges;
? ? ? ?Query OK, 0 rows affected (0.03 sec)

? ? ? ?以上是南昌網(wǎng)絡(luò)公司百恒科技小編要跟大家聊到的關(guān)于root密碼過期的解決辦法,希望能夠?qū)Υ蠹矣兴鶐椭?,想要了解更多關(guān)于這方面的內(nèi)容,歡迎留言咨詢百恒科技,百恒科技是一家有著16年豐富經(jīng)驗(yàn)的網(wǎng)絡(luò)公司,專注于南昌網(wǎng)站建設(shè)開發(fā)、南昌APP開發(fā)等一系列互聯(lián)網(wǎng)服務(wù)!


相關(guān)文章推薦? ?:? ? 微信公眾號(hào)如何添加卡券功能?? ??

? ? ? ? ? ? ? ? ? ? ? Linux平臺(tái)下安裝FFmpeg的流程是怎樣的?? ? ?
400-680-9298,0791-88117053
掃一掃關(guān)注百恒網(wǎng)絡(luò)微信公眾號(hào)

歡迎您的光顧,我們將竭誠為您服務(wù)×

售前咨詢 售前咨詢
 
售前咨詢 售前咨詢
 
售前咨詢 售前咨詢
 
售前咨詢 售前咨詢
 
售前咨詢 售前咨詢
 
售后服務(wù) 售后服務(wù)
 
備案專線 備案專線
 
售后服務(wù) 售后服務(wù)
 
×