Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. "Databases"
  2. {
  3. "driver_default" "mysql"
  4.  
  5. "sourcebans"
  6. {
  7. "driver" "mysql"
  8. "host" "localhost" // The host where your mysql server is located
  9. "database" "sourcebans_db" // The name of the database
  10. "user" "sb" // The name of the user that the plugin should use to connect
  11. "pass" "sbpass" // The password for this user
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement