Jump to content

MySQL: Difference between revisions

From EDM2
Created page with "==Description== 250px|right Open source multi-platform SQL compatible, multi user database. Has been forked by one of the original authors into a product..."
 
No edit summary
Line 1: Line 1:
==Description==
==Description==
[[Image:Mysql.jpg|250px|right]]
[[Image:Mysql.jpg|250px|right]]
Open source multi-platform SQL compatible, multi user database.
Open source multi-platform SQL compatible, multi user database. Although it lacks strong transaction and data integrity capabilities and despite long standing corruption problems with [[Unicode]] and other codepages larger than 256 characters it has become a standard for database use on the web.  





Revision as of 18:33, 4 December 2014

Description

Open source multi-platform SQL compatible, multi user database. Although it lacks strong transaction and data integrity capabilities and despite long standing corruption problems with Unicode and other codepages larger than 256 characters it has become a standard for database use on the web.


Has been forked by one of the original authors into a product called MariaDB.

Versions

Links

License

  • Available in both commercial version and open source version known as the "community edition" that is licensed under the GPL v2.