mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 05:35:26 +01:00
Add failed to set port error to storage errors page (#69)
parent
0a79ae41a2
commit
521ab151d2
@ -135,6 +135,17 @@ If your MySQL server is provided by a hosting company, you need to ask them to r
|
||||
|
||||
___
|
||||
|
||||
### MySQL failed to set port
|
||||
|
||||
Errors similar to:
|
||||
|
||||
> Failed to set property port on target class me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource
|
||||
java.lang.NumberFormatException: For input string: xxxx
|
||||
|
||||
Your `address` setting in the LuckPerms configuration is unable to set the port, likely due to a mistyped or misformatted address and port. If the port is 3306, as it is by default, there is no need to set the port at all. The correct format for the `address` line is `"address:port"`.
|
||||
|
||||
___
|
||||
|
||||
### LuckPerms cannot connect to my Redis server
|
||||
Check that the following is correct:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user