美文网首页MySQL
Centos7 安装mysql

Centos7 安装mysql

作者: 神游御风 | 来源:发表于2018-06-30 16:18 被阅读17次

    wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm

    yum -y install mysql57-community-release-el7-10.noarch.rpm

    yum -y install mysql-community-server

    systemctl start  mysqld.service

    #初始密码

    grep "password" /var/log/mysqld.log 

    mysql -uroot -p 

    ALTER USER 'root'@'localhost' IDENTIFIED BY 'new password';

    相关文章

      网友评论

        本文标题:Centos7 安装mysql

        本文链接:https://www.haomeiwen.com/subject/gjntuftx.html