亚洲国产精品人久久,亚洲va国产日韩欧美精品色婷婷,久久久久88色偷偷,免费人成黄页在线观看国际

17站長網

17站長網 首頁 數據庫 Mysql 查看內容

MySQL5.7初始密碼查看及重設

2023-3-16 15:43| 查看: 1808 |來源: 互聯網

MySQL5.7初始密碼查看及重設:1.查看初始化密碼: # grep 'temporary password' /var/log/mysqld.log 2016-10-13T06:30:03.521325Z 1 A tempor ...

MySQL5.7初始密碼查看及重設:

1.查看初始化密碼:

      [root@lone-centos67 ~]#  grep 'temporary password' /var/log/mysqld.log

      2016-10-13T06:30:03.521325Z 1 [Note] A temporary password is generated for root@localhost: E<apj1+mshge

      <apj1+mshge

     初始化密碼為:E<apj1+mshge

     密碼是隨機產生的

</apj1+mshge

2.登錄及修改密碼

[root@lone-centos67 ~]# mysql -p

Enter password:

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

Your MySQL connection id is 9

Server version: 5.7.15 MySQL Community Server (GPL)

Copyright (c) 2000, 2016, 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> show databases;

修改密碼

mysql> alter user root@localhost identified by 'xxx';

新密碼要求,必須包含大小寫字母數字及符號。

關閉密碼復雜度驗證:

在my.cnf添加validate_password=off

</apj1+mshge

</apj1+mshge

本文最后更新于 2023-3-16 15:43,某些文章具有時效性,若有錯誤或已失效,請在網站留言或聯系站長:17tui@17tui.com
·END·
站長網微信號:w17tui,關注站長、創業、關注互聯網人 - 互聯網創業者營銷服務中心

免責聲明:本站部分文章和圖片均來自用戶投稿和網絡收集,旨在傳播知識,文章和圖片版權歸原作者及原出處所有,僅供學習與參考,請勿用于商業用途,如果損害了您的權利,請聯系我們及時修正或刪除。謝謝!

17站長網微信二維碼

始終以前瞻性的眼光聚焦站長、創業、互聯網等領域,為您提供最新最全的互聯網資訊,幫助站長轉型升級,為互聯網創業者提供更加優質的創業信息和品牌營銷服務,與站長一起進步!讓互聯網創業者不再孤獨!

掃一掃,關注站長網微信

大家都在看

    熱門排行

      最近更新

        返回頂部