MySQL: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Michael Cooper
(Basic entry for MySQL - mysql.com was down so details are limited)
 
imported>Michael Cooper
m (grammar edit)
Line 3: Line 3:
MySQL's primary use is in storing data for websites that need to have dynamically generated content. The popularity of [[PHP]], which has most of its distributions 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. The popularity of [[PHP]], which has most of its distributions 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 ==
[http://www.mysql.com Main MySQL Website]
[http://www.mysql.com Main MySQL Website]

Revision as of 00:12, 28 March 2007

MySQL is a popular cross-platform Database Management System. It is commonly used in WAMP, MAMP and LAMP environments (Windows|Macintosh|Linux/Apache/MySQL/PHP) and utilizes the SQL 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 has most of its distributions 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.


External Links

Main MySQL Website