diff --git a/Using-the-MariaDB-(MySQL)-Backend.md b/Using-the-MariaDB-(MySQL)-Backend.md index f15c917..a3684e0 100644 --- a/Using-the-MariaDB-(MySQL)-Backend.md +++ b/Using-the-MariaDB-(MySQL)-Backend.md @@ -204,7 +204,7 @@ In the examples below i will use the database name `vaultwarden`, change this if
Before starting, verify if there are any issue by running the following two queries.
-It should return `utf8mb4` and `utf8mb4_general_ci`.
+It should return `utf8mb4` and `utf8mb4_unicode_ci`.
Also run these queries at the end of the queries below to verify it worked! ```mysql