mySQLConnection

fun mySQLConnection(host: String, port: String, database: String, username: String, password: String): Connection

Connect to a MySQL database.