当前位置:Gxlcms > 数据库问题 > 在Centos7 上面 安装mysql7 简录

在Centos7 上面 安装mysql7 简录

时间:2021-07-01 10:21:17 帮助过:16人阅读

  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   

人气教程排行