February 2018
Intermediate to advanced
510 pages
16h 10m
English
On the server side, MySQL 8 uses the –ssl option to specify properties related to encryption. The following options are used at the server side to configure encryption:
You can use the above options by specifying them in the my.cnf file as follows:
[mysqld]ssl-ca=ca.pemssl-cert=server-cert.pemssl-key=server-key.pem
The --ssl option is enabled by default, so on server startup, MySQL 8 will try to find the certificate and key file ...
Read now
Unlock full access