@@ -10,19 +10,20 @@ Skip test if the MySQL driver is not available.
10
10
11
11
$ sysbench --help | sed -n ' /mysql options:/,/^$/p'
12
12
mysql options:
13
- -- mysql-host= [LIST,... ] MySQL server host [localhost]
14
- -- mysql-port= [LIST,... ] MySQL server port [3306 ]
15
- -- mysql-socket= [LIST,... ] MySQL socket
16
- -- mysql-user= STRING MySQL user [sbtest]
17
- -- mysql-password= STRING MySQL password []
18
- -- mysql-db= STRING MySQL database name [sbtest]
19
- -- mysql-ssl* (glob)
20
- -- mysql-ssl-key= STRING path name of the client private key file
21
- -- mysql-ssl-ca= STRING path name of the CA file
22
- -- mysql-ssl-cert= STRING path name of the client public key certificate file
23
- -- mysql-ssl-cipher= STRING use specific cipher for SSL connections []
24
- -- mysql-compression[= on| off] use compression, if available in the client library [off]
25
- -- mysql-debug[= on| off] trace all client library calls [off]
26
- -- mysql-ignore-errors= [LIST,... ] list of errors to ignore, or " all" [1213 ,1020 ,1205 ]
27
- -- mysql-dry-run[= on| off] Dry run , pretend that all MySQL client API calls are successful without executing them [off]
13
+ --mysql-host=[LIST,...] MySQL server host [localhost]
14
+ --mysql-port=[LIST,...] MySQL server port [3306]
15
+ --mysql-socket =[LIST,...] MySQL socket
16
+ --mysql-user=STRING MySQL user [sbtest]
17
+ --mysql-password=STRING MySQL password []
18
+ --mysql-db=STRING MySQL database name [sbtest]
19
+ --mysql-ssl=STRING SSL mode. This accepts the same values as the --ssl-mode option in the MySQL client utilities. Disabled by default [disabled]
20
+ --mysql-ssl-key=STRING path name of the client private key file
21
+ --mysql-ssl-ca=STRING path name of the CA file
22
+ --mysql-ssl-cert=STRING path name of the client public key certificate file
23
+ --mysql-ssl-cipher=STRING use specific cipher for SSL connections []
24
+ --mysql-compression[=on|off] use compression, if available in the client library [off]
25
+ --mysql-compression-algorithms=STRING compression algorithms to use [zlib]
26
+ --mysql-debug[=on|off] trace all client library calls [off]
27
+ --mysql-ignore-errors=[LIST,...] list of errors to ignore, or " all" [1213,1020,1205]
28
+ --mysql-dry-run[=on|off] Dry run, pretend that all MySQL client API calls are successful without executing them [off]
28
29
0 commit comments