Solved bukkit.yml sql

Discussion in 'Bukkit Help' started by Slugslug, Feb 22, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Slugslug

    Am trying to get bukkit to use MySQL
    some errors I get are

    Code:
    2012-02-22 18:46:03 [SEVERE] Could not load 'plugins/BanHammer.jar' in folder 'plugins':
    javax.persistence.PersistenceException: Problem loading Database Driver [com.mysql.jdc.Driver]: com.mysql.jdc.Driver
        at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.initialise(DataSourcePool.java:234)
        at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.<init>(DataSourcePool.java:208)
    
    mysql works fine with other plugins its just this banhammer ties into bukkits persistance?


    Code:
    database:
      username: UserName##
      isolation: SERIALIZABLE
      driver: com.mysql.jdc.Driver
      password: Password##
      url: jdbc:mysql://localhost:3306/dbname_other_plugins_use###
     
  2. Offline

    Credomane

    Shouldn't that be
    Code:
    driver: com.mysql.jdbc.Driver
     
  3. Offline

    Slugslug

    well spotted thanks :)
     
  4. Offline

    Credomane

    No problem.
     
Thread Status:
Not open for further replies.

Share This Page