mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 08:40:01 +00:00
[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:
|
||||
```sql
|
||||
CREATE DATABASE twbot_tezrian CHARACTER SET utf8mb4;
|
||||
CREATE DATABASE twbot_tezrian DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;
|
||||
```
|
||||
- Start your bot:
|
||||
```console
|
||||
|
|
Loading…
Reference in a new issue