GeyserMC/GeyserConnect

JDBC string constructor does not respect port

regulad opened this issue · 0 comments

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.