From 366df3ca3288639816ada6d139f5f442dbfdcdd3 Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Fri, 19 Mar 2021 10:49:17 +0100 Subject: [PATCH] Updated Using the MariaDB (MySQL) Backend (markdown) --- Using-the-MariaDB-(MySQL)-Backend.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Using-the-MariaDB-(MySQL)-Backend.md b/Using-the-MariaDB-(MySQL)-Backend.md index f46b6c5..5e580c7 100644 --- a/Using-the-MariaDB-(MySQL)-Backend.md +++ b/Using-the-MariaDB-(MySQL)-Backend.md @@ -1,11 +1,11 @@ :warning: :poop: :warning: -Our builds are based upon MariaDB client libraries since that is what both Debian and Alpine provide. -We do not support the latest Oracle MySQLv8 version. If you ensist to use MySQLv8 instead of MariaDB then create a user using an old password hashing method instead of the default one! +Our builds are based upon MariaDB client libraries since that is what Debian provides. +We do not support the latest Oracle MySQLv8 version. If you insist to use MySQLv8 instead of MariaDB then create a user using an old password hashing method instead of the default one! :warning: :poop: :warning: -To use the MariaDB (MySQL) backend, you can either use the [official Docker image](https://hub.docker.com/r/bitwardenrs/server-mysql) or build your own binary [with MySQL enabled](https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#mysql-backend). +To use the MariaDB (MySQL) backend, you can either use the [official Docker image](https://hub.docker.com/r/bitwardenrs/server) or build your own binary [with MySQL enabled](https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#mysql-backend). To run the binary or container, ensure the ```DATABASE_URL``` environment variable is set (i.e. ```DATABASE_URL='mysql://:@mysql/bitwarden'```).