在Centos7 上面 安装mysql7 简录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Centos7 上面 安装mysql7 简录相关的知识,希望对你有一定的参考价值。
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 简录的主要内容,如果未能解决你的问题,请参考以下文章
win10本地MySQL7删除,安装mysql8过程(记录用截图)