2.5 在 Linux 上安装 MySQL

Linux 支持多种不同的 Linux 安装解决方案. We recommend that you use one of the distributions from Oracle, for which several methods for installation are available:

表 2.7 Linux 安装方法和信息

类型 设置方法 附加信息
Apt 启用 MySQL Apt repository 文档
Yum 启用 MySQL Yum repository 文档
Zypper 启用 MySQL SLES repository 文档
RPM 下载通用包 文档
DEB 下载通用包 文档
Generic 下载通用包 文档
Source 源码编译 文档
Docker 使用 Docker Hub, Docker Store, 或者 Oracle 镜像托管 文档
Oracle Unbreakable Linux Network (Orace 坚不可摧的 Linux 网络) 使用 ULN 通道 文档

As an alternative, you can use the package manager on your system to automatically download and install MySQL with packages from the native software repositories of your Linux distribution. These native packages are often several versions behind the currently available release. You will also normally be unable to install development milestone releases (DMRs), as these are not usually made available in the native repositories. For more information on using the native package installers, see Section 2.5.7, “Installing MySQL on Linux from the Native Software Repositories”.

注意

对于很多 Linux 安装, 你希望将 MySQL 设置为在计算机启动时自动启动. Many of the native package installations perform this operation for you, but for source, binary and RPM solutions you may need to set this up separately. The required script, mysql.server, can be found in the support-files directory under the MySQL installation directory or in a MySQL source tree. You can install it as /etc/init.d/mysql for automatic MySQL startup and shutdown. See Section 4.3.3, “mysql.server — MySQL Server Startup Script”.