Advertisement
Guest User

Untitled

a guest
Jan 18th, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # This is a comment
  2. # Any line starting with a "#" is considered a comment
  3. # Make sure each of your database connections doesn't have a "#" in front!
  4. # Put each database connection you want on a separate line
  5. # The databasename MUST be unique!
  6. # For an example, see the following
  7. #databasetype,databasename,ipaddress,port,username,password
  8. #
  9. #mysql,arma,127.0.0.1,3306,armausername,secret
  10. #sqlite,weaponslite
  11.  
  12. mysql,arma,localhost,3306,arma,xxxx
  13.  
  14. #sqlite,weapons
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement