From 3a7a15f21a4f0d2e6ccdef3669f60617298da415 Mon Sep 17 00:00:00 2001 From: Foks <37844753+FoksVHox@users.noreply.github.com> Date: Sun, 12 Jul 2020 18:01:50 +0200 Subject: [PATCH] Moved README.md --- database/sql/mariadb/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 database/sql/mariadb/README.md diff --git a/database/sql/mariadb/README.md b/database/sql/mariadb/README.md new file mode 100644 index 00000000..10acde47 --- /dev/null +++ b/database/sql/mariadb/README.md @@ -0,0 +1,17 @@ +# MariaDB +### From their [Website](https://mariadb.org/) +One of the most popular database servers. Made by the original developers of MySQL. +Guaranteed to stay open source. + +### Minimum RAM warning +There is no actual minimum suggested for MariaDB. + +See here https://mariadb.com/kb/en/library/mariadb-hardware-requirements/ + + +### Server Ports +Ports required to run the server in a table format. + +| Port | default | +|---------|---------| +| Server | 3306 |