[docs] Update create statement for MySQL
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c0075db1f3
commit
aa1cd75c74
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Recommended parameters:
|
||||||
|
|
||||||
- Create your database as follows:
|
- Create your database as follows:
|
||||||
```sql
|
```sql
|
||||||
CREATE DATABASE twbot_tezrian CHARACTER SET utf8mb4;
|
CREATE DATABASE twbot_tezrian DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;
|
||||||
```
|
```
|
||||||
- Start your bot:
|
- Start your bot:
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue