See
|
connection = DriverManager.getConnection("jdbc:mysql://" + connectionInfomation.getHost() + "/" + connectionInfomation.getDatabase(), connectionInfomation.getUser(), connectionInfomation.getPass()); |
This means that the custom-servers.mysql.port
YAML key is effectively ignored.
I'll be creating a PR shortly if this is not fixed.