Faild MySQL connection
realTheWise opened this issue ยท 2 comments
Description
When I start my server (paper-1.21.1-119), LuckPerms does not connect to my MySQL database.
The log is attached below.
I have set the config correctly.
Reproduction Steps
I have configured MySQL (see config.yml) and started my server.
The database is created correctly and the user has access to it.
(I uploaded the config as txt because GitHub does not support yml files.)
Expected Behaviour
I just wanted it to work.
Server Details
paper-1.21.1-119
LuckPerms Version
LuckPerms-Bukkit-5.4.141
Logs and Configs
Extra Details
No response
either the address is incorrect (either a typo, or you need to use a different address because you are in a containerized environment), or something is blocking the connection
in the future, upload text files as a [github gist](https://gist.github.com] so that they dont need to be downloaded to be viewed (and it supports yaml)
@BNTFryingPan I was able to solve the problem. It is due to an error on my MySQL server. Thanks anyway!