MySQL安装

  • 源码安装
  • 二进制格式的程序包
  • 程序包管理器安装 yum dnf

MySQL在CentOS上的情况

6上只有mySQL

7上只有mariadb

8上既有mysql也有mariadb

  • CentOS 8:安装光盘直接提供

    • mysql-server:8.0
    • mariadb-server : 10.3.17
  • CentOS 7:安装光盘直接提供
    • mariadb-server:5.5 服务器包
    • mariadb 客户端工具包
  • CentOS 6:
    • mysql-server:5.1 服务器包
    • mysql 客户端工具包

MySQL版本下载介绍

官方站点https://www.mysql.com/downloads/

  • 官网找到downloads

    MySQL安装版本介绍-LMLPHP
  • 角落里找到基于GPL的社区免费版本

    MySQL安装版本介绍-LMLPHP

    MySQL安装版本介绍-LMLPHP
  • 查看需要的版本



    MySQL安装版本介绍-LMLPHP

mariadb版本下载介绍

官方站点https://mariadb.org/

MySQL安装版本介绍-LMLPHP

Percona版本下载介绍

官方站点https://www.percona.com/

Percona版本和MySQL版本保持一直

MySQL安装版本介绍-LMLPHP

还有其他很多衍生产品

MySQL安装版本介绍-LMLPHP

最主流的还是他的数据库

MySQL安装版本介绍-LMLPHP

免费的版本https://www.percona.com/downloads/Percona-Server-LATEST/

MySQL安装版本介绍-LMLPHP

05-17 12:00
查看更多