Difference between revisions of "MariaDB"

From CNM Wiki
Jump to: navigation, search
(See also)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
'''MariaDB''' is a community-developed [[Fork (software development)|fork]] of the [[MySQL]] [[relational database management system]] intended to remain free under the [[GNU General Public License|GNU GPL]]. Development is led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by [[Oracle Corporation]].
 
'''MariaDB''' is a community-developed [[Fork (software development)|fork]] of the [[MySQL]] [[relational database management system]] intended to remain free under the [[GNU General Public License|GNU GPL]]. Development is led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by [[Oracle Corporation]].
  
MariaDB intends to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity and exact matching with MySQL [[Application programming interface|APIs]] and commands.<ref>{{cite web|url=http://kb.askmonty.org/en/mariadb-versus-mysql-compatibility|title=MariaDB versus MySQL - Compatibility|work=MariaDB KnowledgeBase|accessdate=17 September 2014}}</ref> It includes the [[XtraDB]] storage engine for replacing [[InnoDB]],<ref>{{cite web|url=http://kb.askmonty.org/en/about-xtradb|title=About XtraDB|work=MariaDB KnowledgeBase|accessdate=17 September 2014}}</ref> as well as a new storage engine, [[Aria (storage engine)|Aria]], that intends to be both a transactional and non-transactional engine perhaps even included in future versions of MySQL.<ref>{{cite web|url=http://kb.askmonty.org/en/aria-faq|title=Aria FAQ|work=MariaDB KnowledgeBase|accessdate=17 September 2014}}</ref>
+
MariaDB intends to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity and exact matching with MySQL [[Application programming interface|APIs]] and commands. It includes the [[XtraDB]] storage engine for replacing [[InnoDB]], as well as a new storage engine, [[Aria (storage engine)|Aria]], that intends to be both a transactional and non-transactional engine perhaps even included in future versions of MySQL.
 +
 
 +
==See also==
 +
*https://dzone.com/storage/assets/10475078-mariadb-enterprise-comparison-wp.pdf
 +
*https://dzone.com/storage/assets/12538799-enterprise-open-source-database-comparison-whitepa.pdf

Latest revision as of 01:19, 31 December 2019

MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL. Development is led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by Oracle Corporation.

MariaDB intends to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity 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