Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [MYSQL]
  2. # Put the data for your mysql database connection here
  3. # Also make sure the database is set up properly with the correct tables (import tabuladb.sql)
  4.  
  5. # the host name, usually 'localhost'
  6. dbHost = localhost
  7.  
  8. # the name of the database
  9. dbName = tabulaDb
  10.  
  11. # the user
  12. dbUser = root
  13.  
  14. # the password
  15. dbPass = usbw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement