日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

mysql忘记密码如何修改

發布時間:2025/4/16 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 mysql忘记密码如何修改 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

??????????????????????????MYSQL忘記密碼如何修改

1.

[root@localhost ~]# vim /etc/my.cnf

2.

在mysqld下添加一句skip-grant-tables? 保存退出

3.

[root@localhost ~]# service mysql restart
Shutting down MySQL...???????????????????????????????????? [確定]
Starting MySQL.??????????????????????????????????????????? [確定]

4.

[root@localhost ~]# mysql
Welcome to the MySQL monitor.? Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.60-log Source distribution

Copyright (c) 2000, 2011, 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.

5.

mysql> use mysql;
Database changed

6.

mysql> UPDATE user SET Password = password ( '123456' ) WHERE User = 'root' ;?? (123456為新密碼)

7.

mysql> flush privileges ;

8.

[root@localhost ~]# vim /etc/my.cnf

#skip-grant-tables

9.

[root@localhost ~]# service mysql restart

10.

完成!!!

?

轉載于:https://blog.51cto.com/5563167/1034601

總結

以上是生活随笔為你收集整理的mysql忘记密码如何修改的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。