Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # These settings aren't required if you disable pvpstats.
  2. # Here can you configurate your sql setting.
  3. # If you don't have or want to use a mysql database you can also use a sqlite database
  4. # MySQL example
  5. # The default port for a mysql database is 3306
  6.  
  7. # Username: 'bukkit'
  8. # Password: 'xyz'
  9. # Isolation: 'SERIALIZABLE'
  10. #
  11. # Timeout: 1000
  12.  
  13. SQL-Settings:
  14. Username: thebodys_minecraft
  15. Password: KinkyGaming08
  16. Isolation: SERIALIZABLE
  17. Driver: 'com.mysql.jdbc.Driver'
  18. Url: 'jdbc:mysql://77.66.117.33:3306/thebodys_minecraft'
  19. Timeout: 1000
  20. MinConnections: 2
  21. MaxConnections: 250
  22. tablePrefix: 'kills'
  23. #uuidUse: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement