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

17站長網(wǎng)

17站長網(wǎng) 首頁 數(shù)據(jù)庫 Mysql 查看內(nèi)容

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

2023-3-16 15:43| 查看: 1866 |來源: 互聯(lián)網(wǎng)

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

     密碼是隨機產(chǎn)生的

</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';

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

關閉密碼復雜度驗證:

在my.cnf添加validate_password=off

</apj1+mshge

</apj1+mshge

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

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

17站長網(wǎng)微信二維碼

始終以前瞻性的眼光聚焦站長、創(chuàng)業(yè)、互聯(lián)網(wǎng)等領域,為您提供最新最全的互聯(lián)網(wǎng)資訊,幫助站長轉(zhuǎn)型升級,為互聯(lián)網(wǎng)創(chuàng)業(yè)者提供更加優(yōu)質(zhì)的創(chuàng)業(yè)信息和品牌營銷服務,與站長一起進步!讓互聯(lián)網(wǎng)創(chuàng)業(yè)者不再孤獨!

掃一掃,關注站長網(wǎng)微信

大家都在看

    熱門排行

      最近更新

        返回頂部