Updated Bungee Set Up (markdown)

Aurora Lahtela 2022-01-12 14:29:37 +02:00
parent b03b37321d
commit 4f43e36b7a
1 changed files with 6 additions and 2 deletions

@ -112,11 +112,15 @@ Database:
#### ⚠️ If you get MySQL time zone error on start-up
Example of the error:
`Failed to initialize pool: The server time zone value 'unknown' is unrecognized or represents more than one time zone.`
Example of the error: `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)
- 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
> 💡 **Tip**