MySQL version and naming rules

Source: Internet
Author: User

MySQL version

1. MySQL Community Server Community version, open source is free, but does not provide official technical support.
2. MySQL Enterprise Edition is available for a fee and can be tested for 30 days.
3. MySQL Cluster Cluster Edition, open source free. Several MySQL servers can be packaged as one server.
4. MySQL Cluster CGE Premium Cluster edition, fees apply.
5. mysql Workbench (GUI tool) is a er/database modeling tool designed for MySQL. It is a successor to the famous database design tool DBDesigner4. MySQL Workbench is also divided into two versions, namely the Community Edition (MySQL Workbench OSS), the Business Edition (MySQL Workbench SE).
MySQL Community Server is open source free, which is also the version of MySQL we usually use.

MySQL can be divided into versions such as Alpha, Beta, gamma, and generally Available (GA), depending on the development of MySQL.
-Alpha (during development)
-Beta (test version)
-Gamma (more advanced than beta version)
-Generally Available (GA) (Stable version)

MySQL naming rules

The MySQL naming mechanism uses a version number that consists of 3 numbers and a suffix. For example, a version number like Mysql-5.0.9-beta explains:
• The 1th number (5) is the major version number, which describes the file format. All Release 5 distributions have the same file format.
• The 2nd number (0) is the release level. The combination of the major version number and the release level constitutes the release sequence number.
• The 3rd number (9) is the version number of this release series, incremented with each new distribution. Usually you need the latest version (version) of the release that has been selected.

MySQL version and naming rules

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.