Updated Bungee Set Up (markdown)

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

@ -82,7 +82,7 @@ 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?**
>