-
Notifications
You must be signed in to change notification settings - Fork 25
Common errors
Simon Brungs edited this page May 27, 2022
·
4 revisions
Here are some of the common error.
Error:
java.sql.SQLException: Access denied for user 'user'@'host' (using password: YES)
Where this error can be found:
This error can be found when the server is starting and it is the first line of the error.
Cause of the error / How to fix it:
- Password/Username is wrong. Please correct it.
- If you are using a rented MySQL server or a MySQL user which has not access to every database you should check, if you have access to that DB (in the most cases of rented MySQL server the database name is the same as the username)
Still looking for help? Please send me a PM via Spigot (simonsator), the spigot discussion of Party and Friends, discord private chat (Simonsator#5834), my discord server or email ([email protected])
Notice that I just started with this wiki and that it is incomplete.