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

Linux Centos7中MySql安装

时间:2017-09-26 14:51:18      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:sql   emc   http   mct   enable   mysql安装   自动   art   style   

(1)     安装Mysql5.7:

执行命令:rpm -ivh http://repo.mysql.com/yum/mysql-5.7-community/el/7/x86_64/mysql-community-release-el7-7.noarch.rpm

执行命令:yum install mysql-community-server

 

(2)     配置Mysql开机自动启动

执行命令:systemctl enable mysqld

 

(3)     启动MYSQL:

执行命令:systemctl start mysqld

Linux Centos7中MySql安装

标签:sql   emc   http   mct   enable   mysql安装   自动   art   style   

原文地址:http://www.cnblogs.com/songxingzhu/p/7596397.html

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