File: pool.cnf

package info (click to toggle)
mysql-connector-python 2.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,968 kB
  • ctags: 4,120
  • sloc: python: 23,410; ansic: 2,621; makefile: 27; cpp: 1
file content (14 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[pooling]
pool_size = 1
pool_name = my_pool
pool_reset_session = True

[fabric]
fabric_host = fabric.example.com
fabric_connect_delay = 3
fabric_ssl_ca = /path/to/ssl
fabric_password = foo

[failover]
failover = ({'port': 3306, 'pool_name': 'failA' }, {'port': 3307, 'pool_name': 'failB' },)