1.2 Overview of the MySQL Database Management System

 File: manual.info.tmp, Node: what-is-mysql, Next: features, Prev: what-is, Up: what-is

1.2.1 What is MySQL?

MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation.

The MySQL website (http://www.mysql.com/) provides the latest information about MySQL software.

The official way to pronounce 'MySQL' is 'My Ess Que Ell' (not 'my sequel'), but we do not mind if you pronounce it as 'my sequel' or in some other localized way.

 File: manual.info.tmp, Node: features, Next: history, Prev: what-is-mysql, Up: what-is

1.2.2 The Main Features of MySQL

This section describes some of the important characteristics of the MySQL Database Software. In most respects, the roadmap applies to all versions of MySQL. For information about features as they are introduced into MySQL on a series-specific basis, see the 'In a Nutshell' section of the appropriate Manual:

Internals and Portability

Data Types

Statements and Functions

Security

Scalability and Limits

Connectivity

Localization

Clients and Tools

 File: manual.info.tmp, Node: history, Prev: features, Up: what-is

1.2.3 History of MySQL

We started out with the intention of using the 'mSQL' database system to connect to our tables using our own fast low-level (ISAM) routines. However, after some testing, we came to the conclusion that 'mSQL' was not fast enough or flexible enough for our needs. This resulted in a new SQL interface to our database but with almost the same API interface as 'mSQL'. This API was designed to enable third-party code that was written for use with 'mSQL' to be ported easily for use with MySQL.

MySQL is named after co-founder Monty Widenius's daughter, My.

The name of the MySQL Dolphin (our logo) is 'Sakila,' which was chosen from a huge list of names suggested by users in our 'Name the Dolphin' contest. The winning name was submitted by Ambrose Twebaze, an Open Source software developer from Eswatini (formerly Swaziland), Africa. According to Ambrose, the feminine name Sakila has its roots in SiSwati, the local language of Eswatini. Sakila is also the name of a town in Arusha, Tanzania, near Ambrose's country of origin, Uganda.

 File: manual.info.tmp, Node: mysql-nutshell, Next: added-deprecated-removed, Prev: what-is, Up: introduction