From d62eed98e1b01bf0e384a1b4da3b5aaf7ef06126 Mon Sep 17 00:00:00 2001 From: Richard Hall Date: Mon, 21 Jan 2019 11:00:06 -0500 Subject: [PATCH] Add MariaDB (#28916) added MariaDB with some basic info and links --- guide/english/mariadb/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 guide/english/mariadb/index.md diff --git a/guide/english/mariadb/index.md b/guide/english/mariadb/index.md new file mode 100644 index 0000000000..8b17acaeca --- /dev/null +++ b/guide/english/mariadb/index.md @@ -0,0 +1,17 @@ +--- +title: MariaDB +--- + +## MariaDB + +MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL.1 + +Current Version: 10.3.10 (October 4, 2018) + +### Sources + +1. [Wikipedia](https://en.wikipedia.org/wiki/MariaDB) + +### Resources +- [MariaDB.com](https://mariadb.com/) +- [MariaDB Foundation](https://mariadb.org/)