From f6004a1c185d666ebef024e54501266bfbd333ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Fri, 22 Nov 2024 00:13:36 +0200 Subject: [PATCH] Add MariaDB support to README.md (#1601) Suggesting to add MariaDB to README - any reason not to? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17aa3bda..e55f25ec 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ coturn requires following dependencies to be installed first Optional - openssl (to support TLS and DTLS, authorized STUN and TURN) - libmicrohttp and [prometheus-client-c](https://github.com/digitalocean/prometheus-client-c) (prometheus interface) -- MySQL (user database) +- MariaDB/MySQL (user database) - [Hiredis](https://github.com/redis/hiredis) (user database, monitoring) - SQLite (user database) - PostgreSQL (user database) @@ -98,7 +98,7 @@ Relay protocols: User databases (for user repository, with passwords or keys, if authentication is required): * SQLite - * MySQL + * MariaDB/MySQL * PostgreSQL * Redis * MongoDB