mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-29 21:10:16 +02:00
Updated Using the MariaDB (MySQL) Backend (markdown)
parent
fbff9b37e7
commit
d234653f93
@ -99,7 +99,7 @@ An easy way of migrating from SQLite to MySQL has been described in this [issue
|
|||||||
|
|
||||||
1. Create an new (empty) database for bitwarden_rs:
|
1. Create an new (empty) database for bitwarden_rs:
|
||||||
```sql
|
```sql
|
||||||
CREATE DATABASE bitwarden_rs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
|
CREATE DATABASE bitwarden_rs CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||||
```
|
```
|
||||||
2. Create a new database user and grant rights to database:
|
2. Create a new database user and grant rights to database:
|
||||||
```sql
|
```sql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user