mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-22 10:35:58 +01:00
Updated Bukkit Set Up (markdown)
parent
4f88369eb8
commit
4c3e139032
@ -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.
|
- Open your MySQL client or panel and connect to the MySQL.
|
||||||
- Find 'Execute SQL' or similar, where you can execute SQL statements.
|
- 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;`
|
- 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?**
|
> 💭 **Should I give all privileges?**
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user