database.ini.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. ; This file contains several sections, one for each database-type. Select here
  2. ; which section has to be used currently.
  3. [Database]
  4. type=interbase
  5. ; These sections are for the several SQLDB-types of databases:
  6. [postgresql]
  7. ; The connector specifies the DB-component that has to be used. The 'sql'
  8. ; connector tests the SQLDB components
  9. connector=sql
  10. ; Here you can give some parameters, which are specific for each connector. The
  11. ; SQL connector uses this parameter to specify the connection that should be
  12. ; used;
  13. connectorparams=postgresql
  14. ; The name of the database. The database could be empty. You only need read and
  15. ; write rights.
  16. name=testdb
  17. ; user to log in with
  18. user=
  19. ; password to log in with
  20. password=
  21. ; hostname of the database-server
  22. hostname=127.0.0.1
  23. [mysql40]
  24. connector=sql
  25. connectorparams=mysql40
  26. name=testdb
  27. user=root
  28. password=
  29. hostname=127.0.0.1
  30. [mysql41]
  31. connector=sql
  32. connectorparams=mysql41
  33. name=testdb
  34. user=root
  35. password=
  36. hostname=127.0.0.1
  37. [mysql50]
  38. connector=sql
  39. connectorparams=mysql50
  40. name=testdb
  41. user=root
  42. password=
  43. hostname=127.0.0.1
  44. [oracle]
  45. connector=sql
  46. connectorparams=oracle
  47. name=xe
  48. user=system
  49. password=
  50. hostname=127.0.0.1
  51. [interbase]
  52. connector=sql
  53. connectorparams=interbase
  54. name=/opt/firebird/data/testdb.fdb
  55. user=sysdba
  56. password=
  57. hostname=localhost
  58. [odbc]
  59. connector=sql
  60. connectorparams=odbc
  61. name=testdb
  62. user=root
  63. password=
  64. hostname=127.0.0.1
  65. [sqlite]
  66. connector=sql
  67. connectorparams=sqlite3
  68. name=test.db
  69. ; This section is for a connector for TDbf:
  70. [dbf]
  71. connector=dbf
  72. ; Give here the path where the *.dbf file can be generated
  73. name=/tmp
  74. ; This section is for a connector for MemDS:
  75. [memds]
  76. connector=memds