Difference between revisions of "MariaDB"
(→General) |
|||
Line 1: | Line 1: | ||
− | '''MariaDB''' is an enhanced, drop-in replacement for MySQL and is available under the terms of the GPL v2 license. It's developed by the MariaDB community with the MariaDB Foundation as its main steward. | + | {{Infobox software |
+ | | logo = mariadb.png | ||
+ | | logo size = 220px | ||
+ | | screenshot = | ||
+ | | caption = | ||
+ | | collapsible = | ||
+ | | developer = MariaDB Corporation Ab, | ||
+ | MariaDB Foundation | ||
+ | | released = {{Start date|2009|1|22}} | ||
+ | | discontinued = | ||
+ | | programming language = [[C (programming language)|C]], [[C++ (programming language)|C++]], [[Perl]], [[Bash]] | ||
+ | | operating system = [[Cross-platform]] | ||
+ | | status = | ||
+ | | genre = [[Relational database management system|RDBMS]] ([[Embedded database|embedded]]) | ||
+ | | license = [[GNU GPL]]<ref name="license">{{cite web |url=https://ru.wikipedia.org/wiki/GNU_General_Public_License |title=GNU GPL }}</ref> | ||
+ | | website = {{URL|http://www.mariadb.org/}} | ||
+ | }} | ||
+ | '''MariaDB''' is an enhanced, drop-in replacement for [[MySQL]] and is available under the terms of the GPL v2 license. It's developed by the MariaDB community with the MariaDB Foundation as its main steward. | ||
__TOC__ | __TOC__ | ||
Line 5: | Line 22: | ||
== General == | == General == | ||
− | MariaDB is written in C, C++, Perl, Bash. MariaDB is cross-platform (Unix, Windows, Solaris, Linux, OS X, BSD). Current stable version is 10.1.13 | + | MariaDB is written in [[C (programming language)|C]], [[C++ (programming language)|C++]], [[Perl]], [[Bash]]. MariaDB is cross-platform (Unix, Windows, Solaris, Linux, OS X, BSD). Current stable version is 10.1.13 |
== Security == | == Security == | ||
Line 25: | Line 42: | ||
* [https://mariadb.com/kb/en/mariadb/documentation/ Documentation] | * [https://mariadb.com/kb/en/mariadb/documentation/ Documentation] | ||
* [https://seravo.fi/2015/10-reasons-to-migrate-to-mariadb-if-still-using-mysql 10 reasons to migrate to MariaDB] | * [https://seravo.fi/2015/10-reasons-to-migrate-to-mariadb-if-still-using-mysql 10 reasons to migrate to MariaDB] | ||
+ | |||
+ | == Notes == | ||
+ | {{reflist}} |
Revision as of 21:28, 31 May 2016
![]() | |
Developer(s) |
MariaDB Corporation Ab, MariaDB Foundation |
---|---|
Initial release | January 22, 2009 |
Repository |
{{ |
Written in | C, C++, Perl, Bash |
Operating system | Cross-platform |
Type | RDBMS (embedded) |
License | GNU GPL[1] |
Website |
www |
MariaDB is an enhanced, drop-in replacement for MySQL and is available under the terms of the GPL v2 license. It's developed by the MariaDB community with the MariaDB Foundation as its main steward.
General
MariaDB is written in C, C++, Perl, Bash. MariaDB is cross-platform (Unix, Windows, Solaris, Linux, OS X, BSD). Current stable version is 10.1.13
Security
Security is a particular focus for the MariaDB developers. The project maintains its own set security patches on top of MySQL's. For each MariaDB release the developers also merge in all of MySQL's security patches and enhance them if necessary. When critical security issues are discovered the developers immediately prepare and distribute a new release of MariaDB to get the fix out as quickly as possible.
Many of the security issues found in MySQL and MariaDB have been found and reported by the MariaDB team. The MariaDB team works closely with http://cve.mitre.org/ to ensure all security issues are promptly reported and explained in sufficient detail. The security details are typically released after fixed MariaDB and MySQL versions have been published.
Compatibility
MariaDB is kept up to date with the latest MySQL release from the same branch and in most respects MariaDB will work exactly as MySQL. All commands, interfaces, libraries and APIs that exist in MySQL also exist in MariaDB. There is no need to convert databases to switch to MariaDB. MariaDB is a true drop in replacement of MySQL! Additionally, MariaDB has many nice new features that you can take advantage of.
MariaDB Foundation
The MariaDB Foundation ensures that there is not just one person or one company driving MariaDB/MySQL development. It is the custodian of the MariaDB code and guardian of the MariaDB community.
The MariaDB Foundation is the owner of the main MariaDB server project and owns mariadb.org. This ensures that the official MariaDB development tree will always be open for the MariaDB developer community.
References
Notes
Cite error: Invalid <references>
tag;
parameter "group" is allowed only.
<references />
, or <references group="..." />
Присоединяйся к команде
ISSN:
Следуй за Полисом
Оставайся в курсе последних событий
License
Except as otherwise noted, the content of this page is licensed under the Creative Commons Creative Commons «Attribution-NonCommercial-NoDerivatives» 4.0 License, and code samples are licensed under the Apache 2.0 License. See Terms of Use for details.