Difference between revisions of "MySQL"

From Conservapedia
Jump to navigation Jump to search
(copy edit)
(add link to annual conference)
Line 1: Line 1:
 
'''MySQL''' is an open-source [[database]] software system. According to its creators, it is "the world's most popular [[open source]] database", and is "used in more than 11 million installations."<ref>http://www.mysql.com/why-mysql/</ref>
 
'''MySQL''' is an open-source [[database]] software system. According to its creators, it is "the world's most popular [[open source]] database", and is "used in more than 11 million installations."<ref>http://www.mysql.com/why-mysql/</ref>
  
It is one of the two databases supported by [[MediaWiki]] (the other being [[PostgreSQL]]).<ref>http://www.mediawiki.org/wiki/Manual:LocalSettings.php#Database_settings</ref> It is used by [[Wikipedia]], as well as other [[wiki]]s that use MediaWiki.   
+
It is one of the two databases supported by [[MediaWiki]] (the other being [[PostgreSQL]]).<ref>http://www.mediawiki.org/wiki/Manual:LocalSettings.php#Database_settings</ref> It is used by [[Wikipedia]], as well as other [[wiki]]s that use MediaWiki.  MySQL is also reportedly used by Facebook, Twitter and YouTube.   
  
 
It is a [[relational database]] management system (RDBMS) which responds to [[SQL]] commands.  
 
It is a [[relational database]] management system (RDBMS) which responds to [[SQL]] commands.  
Line 8: Line 8:
 
==References==
 
==References==
 
<references/>
 
<references/>
 +
 +
== See also ==
 +
 +
*[http://www.percona.com/live/mysql-conference-2013/program/schedule/sessions-day-1 MySQL conference 2013]

Revision as of 13:46, March 17, 2013

MySQL is an open-source database software system. According to its creators, it is "the world's most popular open source database", and is "used in more than 11 million installations."[1]

It is one of the two databases supported by MediaWiki (the other being PostgreSQL).[2] It is used by Wikipedia, as well as other wikis that use MediaWiki. MySQL is also reportedly used by Facebook, Twitter and YouTube.

It is a relational database management system (RDBMS) which responds to SQL commands.

References

See also