February 2018
Intermediate to advanced
510 pages
16h 10m
English
The following options are available in MySQL 8 for an encrypted connection. You can use these options on the command line, or you can define them in an option file:
| Format | Description |
| --skip-ssl | Do not use encrypted connection |
| --ssl | Enable encrypted connection |
| --ssl-ca | File that contains a list of trusted SSL Certificate Authorities |
| --ssl-capath | Directory that contains trusted SSL Certificate Authority certificate files |
| --ssl-cert | File that contains X509 certificate |
| --ssl-cipher | List of permitted ciphers for connection encryption |
| --ssl-crl | File that contains certificate revocation lists |
| --ssl-crlpath | Directory that contains certificate revocation list files |
| --ssl-key | File that ... |
Read now
Unlock full access