|
@@ -238,7 +238,7 @@ Type: decimal number
|
|
|
Default: 0
|
|
Default: 0
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-I/O read timeout. The value must be a string of decimal numbers, each with optional fraction and a unit suffix ( *"ms"*, *"s"*, *"m"*, *"h"* ), such as *"30s"*, *"0.5m"* or *"1m30s"*.
|
|
|
|
|
|
|
+I/O read timeout. The value must be a decimal number with an unit suffix ( *"ms"*, *"s"*, *"m"*, *"h"* ), such as *"30s"*, *"0.5m"* or *"1m30s"*.
|
|
|
|
|
|
|
|
|
|
|
|
|
##### `strict`
|
|
##### `strict`
|
|
@@ -261,7 +261,7 @@ Type: decimal number
|
|
|
Default: OS default
|
|
Default: OS default
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-*Driver* side connection timeout. The value must be a string of decimal numbers, each with optional fraction and a unit suffix ( *"ms"*, *"s"*, *"m"*, *"h"* ), such as *"30s"*, *"0.5m"* or *"1m30s"*. To set a server side timeout, use the parameter [`wait_timeout`](http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_wait_timeout).
|
|
|
|
|
|
|
+*Driver* side connection timeout. The value must be a decimal number with an unit suffix ( *"ms"*, *"s"*, *"m"*, *"h"* ), such as *"30s"*, *"0.5m"* or *"1m30s"*. To set a server side timeout, use the parameter [`wait_timeout`](http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_wait_timeout).
|
|
|
|
|
|
|
|
|
|
|
|
|
##### `tls`
|
|
##### `tls`
|
|
@@ -282,7 +282,7 @@ Type: decimal number
|
|
|
Default: 0
|
|
Default: 0
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-I/O write timeout. The value must be a string of decimal numbers, each with optional fraction and a unit suffix ( *"ms"*, *"s"*, *"m"*, *"h"* ), such as *"30s"*, *"0.5m"* or *"1m30s"*.
|
|
|
|
|
|
|
+I/O write timeout. The value must be a decimal number with an unit suffix ( *"ms"*, *"s"*, *"m"*, *"h"* ), such as *"30s"*, *"0.5m"* or *"1m30s"*.
|
|
|
|
|
|
|
|
|
|
|
|
|
##### System Variables
|
|
##### System Variables
|