Database


This plugin uses Bukkit database API, which means you can change database to any type as you like. The plugin do not even know which database it is using.

Default database setting in bukkit.yml is like this (using sqlite):

database:
  username: bukkit
  isolation: SERIALIZABLE
  driver: org.sqlite.JDBC
  password: walrus
  url: jdbc:sqlite:{DIR}{NAME}.db

If you want to change it to MySQL, just edit it like this:

database:
  username: YOUR_DATABASE_USERNAME_HERE
  isolation: SERIALIZABLE
  driver: com.mysql.jdbc.Driver
  password: YOUR_DATABASE_PASSWORD_HERE
  url: jdbc:mysql://localhost/YOUR_DATABASE_NAME_HERE

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes