Package scriptella.driver.mysql

MySQL Driver Adapter for Scriptella.

See:
          Description

Class Summary
Driver Scriptella Adapter for MySQL database.
 

Package scriptella.driver.mysql Description

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>



Copyright © Copyright 2006-2009 The Scriptella Project Team.