From ea8c951b4e7839800cb4c7f1ec9a4077060715e1 Mon Sep 17 00:00:00 2001 From: Loader23 <16800353+Loader23@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:06:49 +0100 Subject: [PATCH] Added database explanation --- Using-the-MariaDB-(MySQL)-Backend.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-the-MariaDB-(MySQL)-Backend.md b/Using-the-MariaDB-(MySQL)-Backend.md index 081d2e6..6715987 100644 --- a/Using-the-MariaDB-(MySQL)-Backend.md +++ b/Using-the-MariaDB-(MySQL)-Backend.md @@ -99,6 +99,8 @@ volumes: >:warning: To execute these queries you need a user which has the privileges to create new databases and users.
>Most of the time that would be the `root` user, but it could be different for your database. +>Using the docker-compose example above makes these steps unnecessary. Database, collation and charset is created automatically at startup. + ### Create database and user 1. Create an new (empty) database for vaultwarden (Ensure the Charset and Collate are correct!):