MySQL is the most popular relational database management system. In terms of WEB applications, MySQL is one of the best RDBMS application software. After learning about MySQL, a friend wanted to try downloading and installing MySQL, but he was confused about whether downloading the free version would be difficult to use.
Here is the MySQL version code description:
1. MySQL Community Server community version, open source and free, but does not provide official technical support .
2. MySQL Enterprise Edition Enterprise version requires payment and can be tried for 30 days.
3. MySQL Cluster cluster version, open source and free. Several MySQL Servers can be encapsulated into one Server.
4. MySQL Cluster CGE Advanced Cluster Edition requires payment.
5. MySQL Workbench (GUITOOL) is an ER/database modeling tool specially designed for MySQL. It is the successor of the famous database design tool DBDesigner4. MySQL Workbench is divided into two versions, namely the community version (MySQL Workbench OSS) and the commercial version (MySQL Workbench SE).
6. Generally Available (GA) Release, GA refers to the general version of the software, generally referring to the officially released version.
7. "Essentials" refers to the streamlined version, which does not include embedded server and benchmarksuite. It has automatic installation program and configuration wizard, and no MySQL documentation.
8. "noinstall" refers to the non-installation compressed package. Contains embedded server and benchmarksuite. There is no automatic installation program and configuration wizard. Manual installation and configuration are required. There is MySQL documentation.
Summary:
Simply put, the paid version integrates a lot of services. You can see the difference between the community version and the enterprise version from the official manual (that is, The difference between charging and not charging). The Enterprise Edition has better configurations in terms of security and technical support.
But the MySQL free version is enough to provide a good platform for your personal learning. But if you want to use it within the enterprise, it is still recommended to use the enterprise version.
Recommended tutorial:MySQL video tutorial
The above is the detailed content of Is the free version of mysql easy to use?. For more information, please follow other related articles on the PHP Chinese website!