MySQL

Edit · View history

MySQL is a widely used relational database management system (RDBMS) that employs SQL (Structured Query Language) for querying and managing data. Originally developed by the Swedish company MySQL AB, it is now owned by Oracle Corporation. MySQL is a core component of the LAMP stack (Linux, Apache, MySQL, PHP/Perl/Python) and is known for its speed, reliability, and ease of use. It is released under both an open-source license (GNU General Public License) and proprietary commercial licenses.

History

MySQL was created by Michael Widenius and David Axmark in 1995. The first internal release occurred in 1995, with a public beta version emerging in 1996. The name "MySQL" is a combination of "My," the name of Widenius's daughter, and "SQL." MySQL AB was founded in 1995 and grew rapidly, attracting investment. In 2008, Sun Microsystems acquired MySQL AB for approximately $1 billion. Oracle Corporation then acquired Sun Microsystems in 2010, bringing MySQL under its control. Since then, MySQL has continued to be developed, with major releases including MySQL 5.0 (2005), MySQL 5.5 (2010), MySQL 5.7 (2015), and MySQL 8.0 (2018). A community-driven fork, MariaDB, was created by the original MySQL developers in 2009 to ensure continued open-source development.

Features

Usage

MySQL is used by many large websites and applications, including Facebook, Twitter, YouTube, and WordPress. It is also a popular choice for data warehousing, e-commerce, and content management systems. Its ease of use and extensive documentation make it a common starting point for learning database concepts.