Update mysql-maria.html.md

This commit is contained in:
Brian Kassouf 2017-05-04 17:55:50 -07:00 committed by GitHub
parent 913a112681
commit 20cc43bf18

View file

@ -25,8 +25,8 @@ has a number of parameters to further configure a connection.
### Parameters ### Parameters
- `connection_url` `(string: <required>)` - Specifies the MySQL DSN. - `connection_url` `(string: <required>)` - Specifies the MySQL DSN.
- `max_open_connections` `(int: 2)` - Speficies the name of the plugin to use - `max_open_connections` `(int: 2)` - Specifies the maximum number of open
for this connection. connections to the database.
- `max_idle_connections` `(int: 0)` - Specifies the maximum number of idle - `max_idle_connections` `(int: 0)` - Specifies the maximum number of idle
connections to the database. A zero uses the value of `max_open_connections` connections to the database. A zero uses the value of `max_open_connections`