chg: [deployment] fix typo for RHEL instructions.

pull/430/head
Cédric Bonhomme 2022-03-02 16:22:30 +01:00
parent bef649d884
commit 3291caac9e
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 2 additions and 0 deletions

View File

@ -83,7 +83,9 @@ otherwise you may get an error when initializing the database
[mariadb]
max_allowed_packet=8M
```
```sql
CREATE DATABASE monarc_cli DEFAULT CHARACTER SET utf8 DEFAULT COLLATE
utf8_general_ci;