Centos7安装mysql

Posted qingxiaoyu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7安装mysql相关的知识,希望对你有一定的参考价值。

# 安装系统扩展(装一次就可以啦)
[[email protected] ~]# yum install epel-release.noarch
# 开始检索安装
[[email protected] ~]# yum list
[[email protected] ~]# yum list |grep mariadb
[[email protected] ~]# yum install mariadb*
[[email protected] ~]# stytemctl start mariadb
[[email protected] ~]# systemctl enable mariadb
[[email protected] ~]# mysql_secure_installation
[[email protected] ~]# systemctl restart mariiadb
[[email protected] ~]# mysql -uroot -p123456

 

以上是关于Centos7安装mysql的主要内容,如果未能解决你的问题,请参考以下文章

Mysql系列二:Centos7.4安装mysql5.7.28源码

centos7安装mariadb(mysql的替代品)

CentOS7上安装MySQL总结

MySql之centos7.2安装mysql5.7.13

Centos7中编译安装MySQL(mysql-5.7)

基于centos7搭建MySQL数据库