MySql

Option Info

Type

Relational

Driver

Driver Link (Use Platform Independent)

Install

hop driver install mysql --accept-license

Hop Dependencies

None

Documentation

Documentation Link

JDBC Url

jdbc:mysql://hostname:3306/databaseName

Important: When creating a connection for mysql make sure you select the correct "database type".
The Mysql 8+ type will work for the current Drivers. If needed you can use the Mysql driver to use the old "org.gjt.mm.mysql.Driver" Driver path.