码迷,mamicode.com
首页 > 数据库 > 详细

centos7 安装mysql

时间:2019-11-22 13:48:51      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:host   安装mysql   alter   art   安装   chm   comm   server   serve   

yum install mysql

yum install mysql-server

wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

rpm -ivh mysql-community-release-el7-5.noarch.rpm

chmod -R 777 /var/lib/mysql

systemctl restart mysqld.service

mysql

alter user ‘root‘@‘localhost‘ identified by ‘123456‘;

centos7 安装mysql

标签:host   安装mysql   alter   art   安装   chm   comm   server   serve   

原文地址:https://www.cnblogs.com/ingwant/p/11910771.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!