@@ -84,22 +84,22 @@ That's all.
84
84
85
85
## Parameters for the pool initial:
86
86
87
- ` host ` : Host of MySQL server
88
- ` port ` : Port of MySQL server
89
- ` user ` : User of MySQL server
90
- ` password ` : Password of MySQL server
91
- ` db ` : Database of MySQL server
92
- ` charset ` : Charset of MySQL server
93
- ` cursorclass ` : Class of MySQL Cursor
94
- ` autocommit ` : auto commit mode
95
- ` min_size ` : Minimum size of connection pool
96
- ` max_size ` : Maximum size of connection pool
97
- ` timeout ` : Watting time in the multi-thread environment
98
- ` interval ` : Statistical cycle time
99
- ` stati_mun ` : Statistical frequency
100
- ` multiple ` : Regulation standard
101
- ` counter ` : Counter
102
- ` accumulation ` : Statiscal result
87
+ - ` host ` : Host of MySQL server
88
+ - ` port ` : Port of MySQL server
89
+ - ` user ` : User of MySQL server
90
+ - ` password ` : Password of MySQL server
91
+ - ` db ` : Database of MySQL server
92
+ - ` charset ` : Charset of MySQL server
93
+ - ` cursorclass ` : Class of MySQL Cursor
94
+ - ` autocommit ` : auto commit mode
95
+ - ` min_size ` : Minimum size of connection pool
96
+ - ` max_size ` : Maximum size of connection pool
97
+ - ` timeout ` : Watting time in the multi-thread environment
98
+ - ` interval ` : Statistical cycle time
99
+ - ` stati_mun ` : Statistical frequency
100
+ - ` multiple ` : Regulation standard
101
+ - ` counter ` : Counter
102
+ - ` accumulation ` : Statiscal result
103
103
104
104
## Roadmap
105
105
0 commit comments