USA - Toll Free: +1-866-221-0634
USA - From abroad: +1-408-701-9009
USA - Subscription Renewals: +1-866-830-4410
Latin America: +1 512 535 7751
UK: +44 845 399 1124
Ireland: +353 1 6919191
Germany: +49 89 420 95 98 95
France: +33 1 70 61 48 95
Sweden: +46 730 207 871
Benelux: +358 50 5710 528
Italy: +39 06-99268193
Israel: +358 50 5710 528
Spain & Portugal: + 34 933905461
Other EMEA countries: +353 1 6919191
Asia Pacific: +81 3 5843 1140
Learn about new MySQL releases, technical articles, events and more.
Newsletters older than 6 months may have links that are out of date. Please use the Search to check for updated links.
Starting with MySQL 4.0, MySQL AB has introduced a new product naming scheme to offer customers more choice and to have a clearer distinction between the different versions offered for download.
MySQL is available under two different licenses:
* The GPL (GNU General Public License) - freely available for download
* The MySQL commercial license (non-GPL) - for paying customers only
The source code for both these licenses is identical - there are no features removed or added.
For more information about the MySQL licensing policy, please refer to the following web page: http://www.mysql.com/products/licensing.html
Based on these two license models, MySQL AB has created a selection of product configurations of MySQL 4.0 with distinct names:
+----------------+--------------------+
| GPL License | Commercial License |
+----------------+--------------------+
| MySQL Standard | MySQL Pro |
| MySQL Max | MySQL Classic |
+----------------+--------------------+
What is in which version?
MySQL Standard includes the standard MySQL storage engines (e.g. MyISAM)and the InnoDB storage engine. InnoDB is a transaction-safe, ACID-compliant storage engine with commit, rollback, crash recovery and row-level locking capabilities. This version is for users who want the high-performance MySQL database with full transaction support. MySQL Standard is licensed under the GPL and is the recommended choice for most users.
MySQL Pro is the commercially licensed version of the server with the same feature-set (also including InnoDB). It i available under the commercial licenses only.
MySQL Classic only includes the standard MySQL storage engines, differing from MySQL Pro and MySQL Standard only by the omission of the InnoDB storage engine. It is available under the commercial license only.
MySQL Max is for users who want early access to new features. This version includes the standard MySQL storage engines, the InnoDB storage engine, and other extras like the Berkeley database (BDB) storage engine, SSL transport-layer encryption, and support for splitting tables across multiple files to avoid operating system file size limitations (RAID). In future releases, MySQL Max will include more cutting-edge features. Please note, that some of these features are not available on all platforms and may vary from version to version. MySQL Max is licensed under the GPL.
