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

在Centos7 上面 安装mysql7 简录

时间:2017-02-28 11:36:13      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:systemctl   dev   lin   current   view   web   repo   config   tar   

In a web browser, visit mysql.com page:

https://dev.mysql.com/downloads/repo/yum/

Locate the desired version, and update it as needed in the link below:

技术分享

Execute the following command

  dnf install mysql-server

enable mysql services:

  systemctl enable mysqld

start mysql services

  systemctl start mysqld

configuring mysql server

  sudo mysql_secure_installation

stop mysql service

  systemctl stop mysqld

view mysql status

  systemctl status mysqld

 

在Centos7 上面 安装mysql7 简录

标签:systemctl   dev   lin   current   view   web   repo   config   tar   

原文地址:http://www.cnblogs.com/kzwrcom/p/6478060.html

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