database.ini 887 B

123456789101112131415161718192021222324252627282930313233343536
  1. [Database]
  2. # type
  3. # gives the type of the database-engine. Valid values are:
  4. # * interbase
  5. # * mysql40
  6. # * mysql41
  7. # * mysql50
  8. # * odbc
  9. # * postgresql
  10. type=interbase
  11. # name
  12. # gives the name of the database that should be used.
  13. # This could be a file-name or an alias, dependent on which database-engine is
  14. # used. More information about how to create a dabatase can be find in the
  15. # documentation of the database-engine.
  16. name=/opt/firebird/examples/employee.fdb
  17. # user
  18. # name is the name of a user which must have all rights on the selected
  19. # database. If the user has insufficient rights, all or one of the test could
  20. # fail.
  21. # How to set up users and their rights can be found in the database-engine
  22. # documentation.
  23. user=sysdba
  24. # password
  25. # password is the password of the provided user. If the password is incorrect,
  26. # all or one of the test could fail.
  27. password=masterkey