Difference between revisions of "MariaDB"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 19: Line 19:
  
 
* [https://en.wikipedia.org/wiki/MariaDB MariaDB] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/MariaDB MariaDB] @ Wikipedia
 +
 +
 +
[[Category:Databases]]
 +
[[Category:MySQL]]

Latest revision as of 19:02, 25 April 2016

MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL.

Description

Being a fork of a leading open source software system, it is notable for being led by the original developers of MySQL, who forked it due to concerns over its acquisition by Oracle.

Contributors are required to share their copyright with the MariaDB Foundation.

MariaDB intends to maintain high compatibility with MySQL, ensuring a "drop-in" replacement capability with library binary equivalency and exact matching with MySQL APIs and commands.

It includes the XtraDB storage engine for replacing InnoDB, as well as a new storage engine, Aria, that intends to be both a transactional and non-transactional engine perhaps even included in future versions of MySQL.

See also

External links