国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

MySQL root密碼的重置方法

瀏覽:95日期:2023-10-03 17:44:21

對于DBA來說,丟失超管用戶root的密碼是致命的,

可以通過添加--ship-grant-tables參數來跳過權限表。

1、忘記root密碼,進不去數據庫:

MySQL root密碼的重置方法

這個時候需要強制停庫,先查看MySQL進程號

MySQL root密碼的重置方法

Kill掉MySQL進程,命令如下:

Kill完可以再查看是否還有進程

[root@tse2 tmp]# kill -9 9840 1[root@tse2 tmp]# ps -ef |grep mysql

MySQL root密碼的重置方法

建議停庫這種操作不要影響業務的情況下,停服操作的,還有最好這種密碼記錄好的,可以用keepass保存密碼軟件!

然后加跳過權限表參數,重啟數據庫。這樣即使不輸入密碼,也可以進入數據庫。

[root@tse2 bin]# mysqld_safe --defaults-file=/etc/my.cnf --skip-grant-tables &[1] 4854

MySQL root密碼的重置方法

直接輸入mysql不需要密碼即可進入

MySQL root密碼的重置方法

給root用戶設置新的密碼并刷新權限,MySQL5.7之后,庫下的password字段用authentication_string字段代替。

(product)root@localhost:mysql.sock [(none)]> use mysql;Database changed(product)root@localhost:mysql.sock [mysql]> update user set authentication_string=password(’123456’) where user=’root’;Query OK, 0 rows affected, 1 warning (0.00 sec)Rows matched: 1 Changed: 0 Warnings: 1(product)root@localhost:mysql.sock [mysql]> flush privileges;Query OK, 0 rows affected (0.00 sec)

設置完成之后,重啟數據庫。注意重啟的時候不需要再加--skip-grant-tables參數了,正常啟動服務,輸入新的密碼可以正常進入數據庫了。這邊重啟以后測試直接mysql沒有密碼是無法進入的了。

[root@tse2 bin]# mysqld_safe --deaults-file=/etc/my.cnf &[2] 6720[root@tse2 bin]# 2020-01-16T02:55:45.223195Z mysqld_safe Logging to ’/mysql/mysql3306/logs/error.log’.2020-01-16T02:55:45.262302Z mysqld_safe A mysqld process already exists[2]+ Exit 1 mysqld_safe --deaults-file=/etc/my.cnf[root@tse2 bin]# mysqlERROR 1045 (28000): Access denied for user ’root’@’localhost’ (using password: NO)

這邊輸入密碼連接,即可正常進入,是修改后的密碼123456

MySQL root密碼的重置方法

[root@tse2 bin]# mysql -uroot -pEnter password: Welcome to the MySQL monitor. Commands end with ; or g.Your MySQL connection id is 4Server version: 5.7.23-log MySQL Community Server (GPL)Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type ’help;’ or ’h’ for help. Type ’c’ to clear the current input statement.(product)root@localhost:mysql.sock [(none)]> use mysqlDatabase changed(product)root@localhost:mysql.sock [mysql]> show databases;+--------------------+| Database |+--------------------+| information_schema || mysql || performance_schema || sys|+--------------------+4 rows in set (0.01 sec)

以上就是MySQL root密碼的重置方法的詳細內容,更多關于MySQL root密碼重置的資料請關注好吧啦網其它相關文章!

標簽: MySQL 數據庫
相關文章:
主站蜘蛛池模板: 历史| 冕宁县| 桂东县| 东宁县| 碌曲县| 宕昌县| 镇巴县| 云和县| 无极县| 陆川县| 根河市| 凤阳县| 绥阳县| 武城县| 电白县| 伊吾县| 凌海市| 云霄县| 安徽省| 台安县| 洪雅县| 定南县| 会泽县| 竹山县| 白城市| 上犹县| 灵寿县| 柯坪县| 盈江县| 马尔康县| 平和县| 新龙县| 新巴尔虎右旗| 霍州市| 高要市| 丽江市| 汽车| 巧家县| 楚雄市| 左贡县| 博白县|