`
momodog
  • 浏览: 104742 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

MySQL 分为Community Server 和 Enterprise Edition。 其中Community Server 可以直接从mysql 的官网

 
阅读更多

MySQL 分为Community Server 和 Enterprise Edition。 其中Community Server 可以直接从mysql 的官网下载。Enterprice Edition 只能从Oracle edelivery上下载,不过Edelivery 现在已经屏蔽了中国的IP,如果国内的用户一般不能从edelivery上下载,出去才能下载。

 

1.1 官方文档上有关MySQL安装文件类型说明:

       http://dev.mysql.com/doc/refman/5.5/en/index.html

 

Linux supports anumber of different solutions for installing MySQL. The recommended method isto use one of the distributions from Oracle. If you choose this method, thereare three options available:

(1)Installingfrom a generic binary package in .tar.gz format. See Section 2.2,“Installing MySQL from Generic Binaries on Unix/Linux” for moreinformation.

(2)Extractingand compiling MySQL from a source distribution. For detailed instructions,see Section 2.9, “InstallingMySQL from Source”.

(3)Installingusing a pre-compiled RPM package. For more information on using the RPMsolution, see Section 2.5.1,“Installing MySQL from RPM Packages on Linux”.

       --这里讲了3种方式来安装MySQL数据库,我这里用最简单的RPM 包来安装。

 

As analternative, you can use the native package manager within your Linuxdistribution to automatically download and install MySQL for you. Nativepackage installations can take of the download and dependencies required to runMySQL, but the MySQL version will often be some way behind the currentlyavailable release. You will also normally be unable to install developmentalreleases, as these are not usually made available in the native repository. Formore information on using the native package installers, see Section 2.5.2,“Installing MySQL on Linux using Native Package Manager”.

 

Note

For many Linux installations,you will want to set up MySQL to be started automatically when your machinestarts. Many of the native package installations perform this operation foryou, but for source, binary and RPM solutions you may need to set this upseparately. The required script, mysql.server,can be found in the support-filesdirectory under the MySQL installationdirectory or in a MySQL source tree. You can install itas/etc/init.d/mysql for automatic MySQL startup and shutdown. See Section 2.10.1.2,“Starting and Stopping MySQL Automatically”.

       --这里要注意一个问题,就是设置MySQL的自启动。 如果使用native package来安装,会自动设置为自启动,如果使用其他的方式,如source,binary和RPM,就需要单独的来设置自启动。

 

1.2 下载安装包

       我这里下载Community Server 版的,Enterprise Edition版的请到Oracle E-Delivery上下载。Enterprise Edition 有30天的试用期。

 

   Community Server下载地址:http://www.mysql.com/downloads/mysql/

 \"></p>
<p style=至此,操作结束。

 

分享到:
评论

相关推荐

    mysql-community-server-5.7.28-1.el7.x86_64.rar

    RPM文件名为“mysql-community-server-5.7.28-1.el7.x86_64.rpm”,其中“1”表示该软件包的版本迭代次数,而“el7”指的是它适用于基于Red Hat的Enterprise Linux 7系列,这包括CentOS 7。 安装MySQL Community ...

    mysql-community-common-8.0.20-1.el7.x86_64_community_MYSQL_

    MySQL是世界上最受欢迎的开源关系型数据库管理系统之一,社区版(Community Edition)是其免费且开源的版本,适合个人用户和小型企业使用。标题中的“mysql-community-common-8.0.20-1.el7.x86_64_community_MYSQL_...

    mysql在linux64位下安装步骤完整版.pdf

    社区服务器(Community Server)可以直接从MySQL官方网站下载,它是一个开源、免费的版本,适合个人学习和小型项目。而企业版(Enterprise Edition)则需要从Oracle的edelivery平台获取,但鉴于中国IP被屏蔽的情况,...

    mysql在linux64位下安装步骤完整版.docx

    Community Server是开源免费的,可以直接从MySQL官方网站下载。而Enterprise Edition是商业版,通常需要通过Oracle的edelivery平台获取,但该服务在中国可能无法访问,需要借助特殊手段下载。 2. **下载RPM包**: ...

    mysql5.7yum安装

    2. **MySQL Enterprise Edition**:为企业级应用设计的企业版,需要付费购买。它提供了额外的安全性、性能优化和高可用性特性,适合大型企业和关键业务系统。 3. **MySQL Cluster**:集群版本,同样开源免费。该版本...

    MySQL8高级-架构和优化.md

    - MySQL Enterprise Edition 企业版本,需付费,不能在线下载,可以试用30天。提供了更多的功能和更完备的技术支持,更适合于对数据库的功能和可靠性要求较高的企业客户。 - MySQL Cluster 集群版,开源免费。用于...

    MYSQL5.6GA版本.zip linux下RPM文件包列表 共5个RPM

    1. **mysql-community-server**: 这是MySQL服务器的主要部分,包含了数据库引擎、SQL解析器以及其他必要的后台服务。它负责处理客户端的连接,执行SQL查询,并管理数据存储。 2. **mysql-community-client**: ...

    MySQL-client-community-5.1.60-1.rhel4.i386

    MySQL客户端社区版5.1.60是MySQL数据库系统的一个重要组成部分,专为Red Hat Enterprise Linux 4 (RHEL4) 设计的32位版本。...对于生产环境,可能需要考虑使用官方支持的MySQL Enterprise Edition。

    MySql 教程-什么是 mysql.pdf

    * MySQL Community Server 社区版本,开源免费,但不提供官方技术支持。 * MySQL Enterprise Edition 企业版本,需付费,可以试用 30 天。 * MySQL Cluster 集群版,开源免费。可将几个 MySQL Server 封装成一个 ...

    MySQL-devel-community--1.rhel5.i386.zip_community

    社区版(Community Edition)是MySQL的一个分支,它是免费且开源的,由全球的开发者社区维护和开发。"MySQL-devel-community--1.rhel5.i386.zip_community"这个文件很显然是MySQL社区版的开发库(Development ...

    mysql安装图解 mysql图文安装教程(详细说明)

    1. 下载合适的版本:根据你的操作系统和需求,从MySQL官网下载相应的安装包。 2. 安装程序:运行安装向导,按照提示进行配置,包括设置root用户的密码、选择安装类型(典型、最小、自定义)等。 3. 配置服务:设置...

    MySQL-基础篇.pdf

    商业版本(MySQL Enterprise Edition)收费,可以使用30天,官方提供技术支持。本课程采用的是MySQL最新的社区版-MySQL Community Server 8.0.26。 版本 MySQL Community Server 8.0.26是当前最新的社区版本,...

    MySQL开发与应用

    而MySQL Standard Edition、MySQL Enterprise Edition和MySQL Cluster CGE则是收费的商用授权协议,面向需要商业支持的用户。 文档特别提到了MySQL 5.7版本的新功能特性,包括了性能优化、InnoDB存储引擎的改进、...

    NetBackup82_MySQL_AdminGuide.pdf

    该产品支持 MySQL Community Edition 和 MySQL Enterprise Edition 数据库的备份和恢复。 2. 安装 NetBackup for MySQL 在安装 NetBackup for MySQL 之前,需要满足以下要求: * 操作系统:Windows 或 Linux * ...

Global site tag (gtag.js) - Google Analytics