MySQL: Difference between revisions
imported>David Tribe No edit summary |
imported>Anthony Argyriou (rewrite somewhat. Kept LAMP, but removed others, as they're newer and less distinctive.) |
||
Line 1: | Line 1: | ||
'''MySQL''' is a popular cross-platform Database Management System. It | '''MySQL''' is a popular cross-platform Database Management System. It uses the [[SQL]](Structured Query Language) syntax for scripting queries. | ||
MySQL's primary use is in storing data for websites that need to have dynamically generated content. The popularity of [[PHP]], which in most of its distributions is pre-compiled with support for accessing MySQL databases, makes MySQL a popular choice for many developers. Until recently it was not seen as a serious contender against [[MSSQL]] and [[Oracle]], but with the recent additions of an enterprise level server with [[clustering]] support it has started gaining acceptance as a robust [[database]] server solution that large businesses can rely on. | MySQL's primary use is in storing data for websites that need to have dynamically generated content. It is commonly used with the [[Apache Web Server]] and the [[PHP]] or [[perl]] programming languages. It is an integral component of the '''LAMP''' environment ([[Linux]]/Apache/MySQL/PHP or perl) The popularity of [[PHP]], which in most of its distributions is pre-compiled with support for accessing MySQL databases, makes MySQL a popular choice for many developers. Until recently it was not seen as a serious contender against [[MSSQL]] and [[Oracle]], but with the recent additions of an enterprise level server with [[clustering]] support it has started gaining acceptance as a robust [[database]] server solution that large businesses can rely on. | ||
MySQL is primarily developed by the [[Swedish]] for-profit company [[MySQL AB]]. | MySQL is primarily developed by the [[Swedish]] for-profit company [[MySQL AB]]. | ||
== External Links == | == External Links == |
Revision as of 23:38, 27 March 2007
MySQL is a popular cross-platform Database Management System. It uses the SQL(Structured Query Language) syntax for scripting queries.
MySQL's primary use is in storing data for websites that need to have dynamically generated content. It is commonly used with the Apache Web Server and the PHP or perl programming languages. It is an integral component of the LAMP environment (Linux/Apache/MySQL/PHP or perl) The popularity of PHP, which in most of its distributions is pre-compiled with support for accessing MySQL databases, makes MySQL a popular choice for many developers. Until recently it was not seen as a serious contender against MSSQL and Oracle, but with the recent additions of an enterprise level server with clustering support it has started gaining acceptance as a robust database server solution that large businesses can rely on.
MySQL is primarily developed by the Swedish for-profit company MySQL AB.