MySQL

constructor(host: String = "localhost", port: Int = 3306, database: String = "mineauth", username: String = "root", password: String = "", properties: Map<String, String> = mapOf( "useSSL" to "false", "autoReconnect" to "true" ))