yate/conf.d/mysqldb.conf.sample

46 lines
1.3 KiB
Plaintext

[general]
; This section is special - holds settings common to all connections
; priority: int: Handler priority
;priority=100
; Each other section in this file describes a database connection
;[default]
; The section name is used as the database connection name
; timeout: int: Query timeout in milliseconds - will be rounded to seconds
;timeout=10000
; host: string: MySQL server to connect to, defaults to local
;host=
; port: int: Port on which the server is listening for connections
;port=0
; database: string: Name of the database to use in queries
;database=yate
; user: string: Username to use to access the database
;user=mysql
; password: string: Password to authenticate the user to the database server
;password=
; socket: string: UNIX socket to use for local connections
;socket=
; compress: bool: Enable use of compression protocol
;compress=disable
; encoding: string: Character set encoding used to communicate with the server
; If not set or empty will use the default for your system
; This setting is not available on older MySQL client libraries
;encoding=
; poolsize: int: Number of connections to establish for this account
; If not set or empty, it will create only one connection
; Minimum number of connections is 1, maximum is 10
;poolsize=1