Difference between revisions of "MariaDB"

From CNM Wiki
Jump to: navigation, search
(Created page with "'''MariaDB''' is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU...")
 
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]].<ref>{{cite web|url=http://www.computerworld.com.au/article/457551/dead_database_walking_mysql_creator_why_future_belongs_mariadb/ |title=Dead database walking: MySQL's creator on why the future belongs to MariaDB - MariaDB, open source, mysql, Oracle |publisher=Computerworld |date= |accessdate=2013-09-11}}</ref>
+
'''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.<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>

Revision as of 20:52, 15 December 2018

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.<ref>Template:Cite web</ref> It includes the XtraDB storage engine for replacing InnoDB,<ref>Template:Cite web</ref> 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.<ref>Template:Cite web</ref>