mysql belongs to Oracle Corporation and is a product of Oracle. MySQL was originally developed by the Swedish MySQL AB company and was open source, but was later acquired by Sun, and then Sun was acquired by Oracle, so now it can be said that MySQL belongs to Oracle.
MySQL is a relational database management system developed by the Swedish MySQL AB company and is a product of Oracle. MySQL is one of the most popular relational database management systems. In terms of WEB applications, MySQL is one of the best RDBMS (Relational Database Management System) application software.
MySQL is a relational database management system. A relational database stores data in different tables instead of placing all data in one large warehouse, which increases speed and flexibility.
The SQL language used by MySQL is the most commonly used standardized language for accessing databases. MySQL software adopts a dual licensing policy and is divided into community version and commercial version. Due to its small size, fast speed, low total cost of ownership, and especially the characteristics of open source, MySQL is generally chosen as the website database for the development of small and medium-sized websites.
Application environment
Compared with other large databases, such as Oracle, DB2, SQL Server, etc., MySQL has its own shortcomings, but this is not the case at all. Nothing lessens its popularity. For general individual users and small and medium-sized enterprises, the functions provided by MySQL are more than sufficient, and because MySQL is open source software, it can greatly reduce the total cost of ownership.
Linux as the operating system, Apache or Nginx as the web server, MySQL as the database, and PHP/Perl/Python as the server-side script interpreter. Since these four software are all free or open source software (FLOSS), you can use this method to build a stable and free website system without spending a penny (except for labor costs), which is called "LAMP" in the industry. or "LNMP" combination.
Recommended tutorial: mysql video tutorial
The above is the detailed content of Does mysql belong to Oracle?. For more information, please follow other related articles on the PHP Chinese website!