diff --git a/Using-the-MariaDB-(MySQL)-Backend.md b/Using-the-MariaDB-(MySQL)-Backend.md index ef8c1b3..081d2e6 100644 --- a/Using-the-MariaDB-(MySQL)-Backend.md +++ b/Using-the-MariaDB-(MySQL)-Backend.md @@ -1,12 +1,11 @@ -:warning: :poop: :warning: +>:warning: :poop: :warning: +> +>Our builds are based upon MariaDB client libraries since that is what Debian provides. +>Support for the latest Oracle MySQLv8 version needs some extra attention. +>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: -Our builds are based upon MariaDB client libraries since that is what Debian provides. -Support for the latest Oracle MySQLv8 version needs some extra attention. -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/vaultwarden/server) or build your own binary [with MySQL enabled](https://github.com/dani-garcia/vaultwarden/wiki/Building-binary#mysql-backend). @@ -97,8 +96,8 @@ volumes: ## Manually create a database (For example, using an existing database server) -: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. +>: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. ### Create database and user