Difference between revisions of "MySQL"
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | '''MySQL''' is a popular and widely-used database | + | '''MySQL''' is a popular and widely-used [[database]]. |
== Description == | == Description == | ||
Line 5: | Line 5: | ||
MySQL is pronouced: /maɪ ˌɛskjuːˈɛl/ "My S-Q-L", officially, but also called /maɪ ˈsiːkwəl/ "My Sequel". | MySQL is pronouced: /maɪ ˌɛskjuːˈɛl/ "My S-Q-L", officially, but also called /maɪ ˈsiːkwəl/ "My Sequel". | ||
− | It is the world's second most widely used relational database management system (RDBMS) and most widely used open-source RDBMS. | + | It is the world's second most widely used [[relational database management system]] (RDBMS) and most widely used open-source RDBMS. |
== License == | == License == | ||
− | The MySQL development project has made its [[source code]] available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. | + | The MySQL development project has made its [[source code]] available under the terms of the [[GNU General Public License]], as well as under a variety of proprietary agreements. |
− | MySQL is owned by Oracle Corporation. | + | MySQL is owned by [[Oracle Corporation]]. |
== Uses == | == Uses == |
Revision as of 08:42, 19 February 2016
MySQL is a popular and widely-used database.
Contents
Description
MySQL is pronouced: /maɪ ˌɛskjuːˈɛl/ "My S-Q-L", officially, but also called /maɪ ˈsiːkwəl/ "My Sequel".
It is the world's second most widely used relational database management system (RDBMS) and most widely used open-source RDBMS.
License
The MySQL development project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements.
MySQL is owned by Oracle Corporation.
Uses
MySQL is a popular choice of database for use in web applications, and is a central component of the widely used LAMP open source web application software stack (and other 'AMP' stacks).
LAMP is an acronym for "Linux, Apache, MySQL, Perl/PHP/Python."
Software projects which are free and open source that require a full-featured database management system often use MySQL.
Proprietary versions
For proprietary use, several paid editions are available, and offer additional functionality.
Applications
Applications which use MySQL databases include:
MySQL is also used in many high-profile, large-scale websites, including Google (though not for searches), Facebook, Twitter, Flickr, and YouTube.
See also
External links
- MySQL @ Wikipedia
- Managing Hierarchical Data in MySQL