What is Mysql?
MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Sun Microsystems, Inc.
MySQL is a (DMS) database management system.
Mysql database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL Server. Since computers are very good at handling large amounts of data, database management systems play a central role in computing, as standalone utilities, or as parts of other applications.
MySQL is a relational (DMS).
A relational database stores data in separate tables rather than putting all the data in one big storeroom. This adds speed and flexibility. The SQL part of “MySQL” stands for “(SQL) Structured Query Language.” SQL is the most common standardised language used to access databases and is defined by the ANSI/ISO SQL Standard. The SQL standard has been developing since 1986 and several versions exist. In this manual, “SQL-92″ refers to the standard released in 1992, “SQL:1999″ refers to the standard released in 1999, and “SQL:2003″ refers to the current version of the standard. We use the phrase “the SQL standard” to mean the current version of the SQL Standard at any time.
The MySQL Database Server is reliable, fast and easy to use.
MySQL Server was originally developed to handle large databases much faster than existing solutions and has been successfully used in highly demanding production environments for several years. Although under constant development, MySQL Server today offers a rich and useful set of functions. Its connectivity, speed, and security make MySQL Server highly suited for accessing databases on the Internet.
More information about mysql http://mysql.com/