Class MysqlAdapter

  • All Implemented Interfaces:
    Serializable, Adapter

    public class MysqlAdapter
    extends AbstractAdapter
    This is used in order to connect to a MySQL database using the MM drivers. Simply comment the above and uncomment this code below and fill in the appropriate values for DB_NAME, DB_HOST, DB_USER, DB_PASS.

    http://www.mysql.com/

    "jdbc:mysql://" + DB_HOST + "/" + DB_NAME + "?user=" + DB_USER + "&password=" + DB_PASS;

    Version:
    $Id: MysqlAdapter.java 1850965 2019-01-10 17:21:29Z painter $
    Author:
    Jon S. Stevens, Brett McLaughlin, Daniel Rall
    See Also:
    Serialized Form