Updated Bukkit Set Up (markdown)

Aurora Lahtela 2022-02-02 17:58:40 +02:00
parent 4f88369eb8
commit 4c3e139032
1 changed files with 2 additions and 1 deletions

@ -191,7 +191,8 @@ Plan does not create a new database automatically, so you need to either create
- Open your MySQL client or panel and connect to the MySQL.
- Find 'Execute SQL' or similar, where you can execute SQL statements.
- Create a new database with `CREATE DATABASE <db_name> CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;`
- Give the MySQL user privileges to the table with a `GRANT` statement.
- Give the MySQL user privileges to the table with a `GRANT` statement. [How to grant privileges](https://chartio.com/resources/tutorials/how-to-grant-all-privileges-on-a-database-in-mysql/)
> 💭 **Should I give all privileges?**
>