千家信息网

MYSQL 各个安装包说明

发表于:2024-10-19 作者:千家信息网编辑
千家信息网最后更新 2024年10月19日,Enterprise Edition和Community Edition以下内容是一样的!Dependency relationships exist among some of the packag
千家信息网最后更新 2024年10月19日MYSQL 各个安装包说明
Enterprise Edition和Community Edition以下内容是一样的!

Dependency relationships exist among some of the packages. If you plan to install many of the packages, you may wish to download the RPM bundle tar file instead, which contains all the RPM packages listed above, so that you need not download them separately.

The full names for the RPMs have the following syntax:

packagename-version-distribution-arch.rpm
In most cases, you need to install the mysql-community-server, mysql-community-client, mysql-community-libs, mysql-community-common, and mysql-community-libs-compat to get a functional, standard MySQL installation.

For Red Hat Enterprise Linux/Oracle Linux/CentOS 5 systems, there is an extra package (mysql-version-el5-arch.rpm) to be installed; use the following command:

shell> yum install mysql-community-{server,client,common,libs}-* mysql-5.*  
Package NameSummary
mysql-community-serverDatabase server and related tools
mysql-community-clientMySQL client applications and tools
mysql-community-commonCommon files for server and client libraries
mysql-community-develDevelopment header files and libraries for MySQL database client applications
mysql-community-libsShared libraries for MySQL database client applications
mysql-community-libs-compatShared compatibility libraries for previous MySQL installations
mysql-community-embeddedMySQL embedded library
mysql-community-embedded-develDevelopment header files and libraries for MySQL as an embeddable library
mysql-community-testTest suite for the MySQL server
0