下文主要給大家?guī)硎褂胦neinstack安裝MySQL忘記密碼處理方法,希望使用oneinstack安裝mysql忘記密碼處理方法能夠帶給大家實際用處,這也是我編輯這篇文章的主要目的。好了,廢話不多說,大家直接看下文吧。
成都創(chuàng)新互聯(lián)專注于金寨網(wǎng)站建設服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供金寨營銷型網(wǎng)站建設,金寨網(wǎng)站制作、金寨網(wǎng)頁設計、金寨網(wǎng)站官網(wǎng)定制、小程序開發(fā)服務,打造金寨網(wǎng)絡公司原創(chuàng)品牌,更為您提供金寨網(wǎng)站排名全網(wǎng)營銷落地服務。
忘記root密碼更改方法:
1)在my.cnf里的[mysqld]里添加skip-grant-tables,restart mysql
service mysql restart
/bin/systemctl restart mysql.service
2)用mysql命令登陸,注意,只有這5個字符,不帶其它東西。
3)更改到mysql這個數(shù)據(jù)庫use mysql
4)使用update命令更改 update user set password=password(‘new_password’) where user=’root’;
mysql5.7版本:
update mysql.user set authentication_string=password('test123') where user='root' and Host = 'localhost';
5)成功后,使用flush privileges;刷新一下即可。別忘記把my.cnf里的skip-grant-tables前加“#”,
再restart mysql一下。
對于以上關于使用oneinstack安裝mysql忘記密碼處理方法,大家是不是覺得非常有幫助。如果需要了解更多內(nèi)容,請繼續(xù)關注我們的行業(yè)資訊,相信你會喜歡上這些內(nèi)容的。