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

溫馨提示×

溫馨提示×

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

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

mysql 8.0忘記root用戶密碼怎么用

發布時間:2021-11-06 10:42:00 來源:億速云 閱讀:136 作者:小新 欄目:MySQL數據庫

這篇文章主要介紹了mysql 8.0忘記root用戶密碼怎么用,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

忘記了root用戶密碼, 首先使用如下重啟mysqld服務

[root@mysql8-01 ~]# systemctl set-environment MYSQLD_OPTS="--skip-grant-tables"

[root@mysql8-01 ~]# systemctl stop mysqld

[root@mysql8-01 ~]# systemctl start mysqld

如果需要使用簡單密碼,需要修改系統參數:

set global validate_password.policy=0;

set global validate_password.length=4;

接下來登錄:

[root@mysql8-01 ~]# mysql

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 7

Server version: 8.0.14 MySQL Community Server - GPL

Copyright (c) 2000, 2019, 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> ALTER USER 'root'@'*' IDENTIFIED BY '123456';

ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

mysql> flush privileges;

Query OK, 0 rows affected (0.02 sec)

mysql> ALTER USER 'root'@'*' IDENTIFIED BY '123456';

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

mysql> set global validate_password.policy=0;

Query OK, 0 rows affected (0.00 sec)

mysql> set global validate_password.length=4;

Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.01 sec)

mysql> ALTER USER 'root'@'*' IDENTIFIED BY '123456';

ERROR 1396 (HY000): Operation ALTER USER failed for 'root'@'*'

mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY '123456';

Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)

mysql> 

mysql> exit

感謝你能夠認真閱讀完這篇文章,希望小編分享的“mysql 8.0忘記root用戶密碼怎么用”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

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

AI

萍乡市| 大关县| 禹城市| 东山县| 闸北区| 迭部县| 缙云县| 佛坪县| 泉州市| 隆子县| 柳林县| 五指山市| 利津县| 雅安市| 日喀则市| 巴彦县| 塔河县| 广德县| 青阳县| 濉溪县| 夏津县| 周宁县| 象山县| 永济市| 屯留县| 修文县| 浏阳市| 绥化市| 宣汉县| 云霄县| 道孚县| 邹平县| 九龙坡区| 金川县| 义马市| 安泽县| 密山市| 寻乌县| 永平县| 水富县| 阿拉善右旗|