Jobs MySQL

Discussion in 'Bukkit Help' started by wildcraft, Feb 23, 2012.

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

    wildcraft

    Could you help me configuring the MySQL for Jobs.
    I have tryed many times, but after starting the server it gets 30 error and Jobs stop responding.
    Part of my config:
    Code:
    # storage method, can be MySQL, h2
    storage-method: h2
    
    # Requires Mysql.
    mysql-username: root
    mysql-password: *******
    mysql-database: jobs
    mysql-url: mysql://localhost:3306
    #mysql-table-prefix: 
    
    # How often in minutes you want it to save, 0 disables periodic saving and
    # the system will only save on logout
    save-period: 1
    i have created the database jobs and nothing else.
    Am I supposed to create colums, or the plugin does this?
    Thanks for resonding

    bumb

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
Thread Status:
Not open for further replies.

Share This Page