mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-22 18:46:37 +01:00
Updated Bungee Set Up (markdown)
parent
b03b37321d
commit
4f43e36b7a
@ -112,11 +112,15 @@ Database:
|
|||||||
|
|
||||||
#### ⚠️ If you get MySQL time zone error on start-up
|
#### ⚠️ If you get MySQL time zone error on start-up
|
||||||
|
|
||||||
Example of the error:
|
Example of the error: `Failed to initialize pool: The server time zone value 'unknown' is unrecognized or represents more than one time zone.`
|
||||||
`Failed to initialize pool: The server time zone value 'unknown' is unrecognized or represents more than one time zone.`
|
|
||||||
- Set up [default time zone for MySQL](https://stackoverflow.com/questions/26515700/mysql-jdbc-driver-5-1-33-time-zone-issue/44720416#44720416)
|
- Set up [default time zone for MySQL](https://stackoverflow.com/questions/26515700/mysql-jdbc-driver-5-1-33-time-zone-issue/44720416#44720416)
|
||||||
- or add `&serverTimezone=UTC` to `Database.MySQL.Launch_options`
|
- or add `&serverTimezone=UTC` to `Database.MySQL.Launch_options`
|
||||||
|
|
||||||
|
#### ⚠️ Public key retrieval not allowed error on start-up
|
||||||
|
|
||||||
|
Example of the error: `Failed to initialize pool: Public Key Retrieval is not allowed`
|
||||||
|
- Remove `&useSSL=false` from `Database.MySQL.Launch_options` so that the public key is not retrieved publicly.
|
||||||
|
|
||||||
## Step 3: Change Webserver Port
|
## Step 3: Change Webserver Port
|
||||||
|
|
||||||
> 💡 **Tip**
|
> 💡 **Tip**
|
||||||
|
Loading…
Reference in New Issue
Block a user