Updated Using the MariaDB (MySQL) Backend (markdown)

Mathijs van Veluw 2023-07-09 20:22:29 +02:00
parent 4c2525fc56
commit 3c1f553bd9
1 changed files with 1 additions and 1 deletions

@ -204,7 +204,7 @@ In the examples below i will use the database name `vaultwarden`, change this if
<br> <br>
Before starting, verify if there are any issue by running the following two queries.<br> Before starting, verify if there are any issue by running the following two queries.<br>
It should return `utf8mb4` and `utf8mb4_general_ci`.<br> It should return `utf8mb4` and `utf8mb4_unicode_ci`.<br>
Also run these queries at the end of the queries below to verify it worked! Also run these queries at the end of the queries below to verify it worked!
```mysql ```mysql