From 3c1f553bd9ddec7f6249cc6ce79e2ddd878397e8 Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Sun, 9 Jul 2023 20:22:29 +0200 Subject: [PATCH] Updated Using the MariaDB (MySQL) Backend (markdown) --- Using-the-MariaDB-(MySQL)-Backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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