91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

解決mysql忘了root密碼的方法

發布時間:2020-07-15 14:04:54 來源:億速云 閱讀:139 作者:清晨 欄目:編程語言

小編給大家分享一下解決mysql忘了root密碼的方法,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!

mysql忘了root密碼解決方法:

1、修改配置文件my.cnf,在配置文件[mysqld]下添加skip-grant-tables,重啟MySQL服務即可免密碼登錄

# SERVER SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by the MySQL Server. Make sure that
# you have installed the server correctly (see above) so it reads this 
# file.
#
[mysqld]

skip-grant-tables

2、用空密碼的 root 用戶連接到 MySQL,并且更改 root 口令:

[root@localhost mysql]# mysql -uroot
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 53
Server version: 5.0.41-community-log MySQL Community Edition (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123';  
 ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement


mysql> update user set authentication_string = NULL where user = 'root';
Query OK, 1 row affected (0.00 sec)

上面是先用grant的方式修改root密碼,但是由于使用了配置了skip-grant-tables 選項,使用“alter user”命令更改密碼失敗,直

接更新 user 表的 authentication_string字段后更改密碼成功。

3、到my.cnf 中刪除skip-grant-tables選項,然后直接用mysql -uroot免密碼登錄后,在執行如下語句重設密碼

mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123';

看完了這篇文章,相信你對解決mysql忘了root密碼的方法有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

庄浪县| 普兰县| 铁岭市| 九龙城区| 四子王旗| 博野县| 卓资县| 承德县| 门头沟区| 师宗县| 雅安市| 瓦房店市| 华阴市| 来凤县| 静乐县| 江都市| 昭觉县| 大港区| 怀远县| 青海省| 香河县| 沙河市| 灵石县| 张家口市| 彰武县| 沈阳市| 依兰县| 炎陵县| 烟台市| 铁岭市| 大连市| 扎兰屯市| 上虞市| 蛟河市| 疏附县| 伊吾县| 贵州省| 普兰店市| 米泉市| 禹城市| 岢岚县|