MySQL Driver Adapter for Scriptella.

Note: The driver tries to load MySQL JDBC driver.

General information

Driver class:scriptella.driver.mysql.Driver
URL:Same as for MySQL JDBC Driver.
Runtime dependencies: mysql-connector-java.jar

Driver Specific Properties

Name Description Required

Examples

    <connection driver="mysql" url="jdbc:mysql://localhost:3306/test" user="username" password="password">
    </connection>