yum方式安裝Myql

環(huán)境
OS:CentOS7.6
MySQL:Mysql5.7

創(chuàng)新互聯(lián)建站提供成都做網(wǎng)站、成都網(wǎng)站建設、網(wǎng)頁設計,品牌網(wǎng)站建設,1元廣告等致力于企業(yè)網(wǎng)站建設與公司網(wǎng)站制作,十余年的網(wǎng)站開發(fā)和建站經(jīng)驗,助力企業(yè)信息化建設,成功案例突破數(shù)千家,是您實現(xiàn)網(wǎng)站建設的好選擇.

  1. 獲取更新包
    Mysql官網(wǎng):https://dev.mysql.com/
    到http://dev.mysql.com/downloads/repo/yum/ 去下載rpm包更新一下。
    #下載mysql源安裝包
    wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
    #安裝mysql源
    yum localinstall mysql57-community-release-el7-8.noarch.rpm
    #檢測源是否安裝成功
    yum repolist enabled | grep "mysql.*-community.*"

    yum方式安裝Myql

  2. 安裝
    修改配置yum 安裝mysql的版本,這里安裝MySQL5.7版本,修改“enabled=1”。
    vim /etc/yum.repos.d/mysql-community.repo
    #Enable to use MySQL 5.6
    [mysql56-community]
    name=MySQL 5.6 Community Server
    baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/7/$basearch/
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
    [mysql57-community]
    name=MySQL 5.7 Community Server
    baseurl=http://repo.mysql.com/yum/mysql-5.7-community/el/7/$basearch/
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

    yum安裝

    yum install mysql-community-server

    systemctl start mysqld //啟動mysql服務
    systemctl status mysqld
    systemctl enable mysqld
    systemctl daemon-reload //重載服務

  3. 配置
    mysql5.7安裝時會產(chǎn)生一個默認密碼,查看此密碼的文件一般存在于/var/log/mysqld.log上。
    grep 'temporary password' /var/log/mysqld.log
    yum方式安裝Myql
    登錄mysql
    mysql -uroot -p
    yum方式安裝Myql
    可看到mysql5.7版本默認登錄后要求修改密碼,采用了密碼機制,默認為medium,要求密碼有大寫字母及特殊字符。
    修改密碼:
    mysql> set password for 'root'@'localhost'=password('xxxxxxxx');

    查看密碼策略:

    mysql> show variables like '%password%'

    yum方式安裝Myql
    0 => LOW,1 => MEDIUM,2 => STRONG
    命令行修改:
    set global validate_password_policy=0; //設置密碼策略等級
    set global validate_password_length=6; //設置密碼最小長度
    重啟mysql服務
    systemctl restart mysqld

新聞標題:yum方式安裝Myql
分享網(wǎng)址:http://www.muchs.cn/article46/gcepeg.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供外貿(mào)建站、Google、品牌網(wǎng)站建設、網(wǎng)站導航、企業(yè)網(wǎng)站制作

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站制作