Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # Path to database. If blank, will search for
  2. # murmur.sqlite in default locations or create it if not found.
  3. #database=/var/lib/murmur/murmur.sqlite
  4. database=murmur
  5.  
  6. # If you wish to use something other than SQLite, you'll need to set the name
  7. # of the database above, and also uncomment the below.
  8. # Sticking with SQLite is strongly recommended, as it's the most well tested
  9. # and by far the fastest solution.
  10. #
  11. dbDriver=QMYSQL
  12. dbUsername=murmur
  13. dbPassword=xxxxxxxxxxx
  14. dbHost=localhost
  15. dbPort=3306
  16. dbPrefix=
  17. dbOpts=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement