Advertisement
Guest User

modules.conf

a guest
May 9th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. * m_mysql
  3. *
  4. * This module allows other modules to use MySQL.
  5. */
  6. module
  7. {
  8. name = "m_mysql"
  9.  
  10. mysql
  11. {
  12. /* The name of this service. */
  13. name = "mysql/main"
  14. database = "anopedatabase"
  15. server = "127.0.0.1"
  16. username = "anope"
  17. password = "password"
  18. port = 3306
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement