How To Use SSL With sysbench To Test MySQL Server
erics, September 7th, 2023
SUMMARY If sysbench is started with the “–mysql-ssl=on” option, it looks in the current directory for the following files:
1 2 3 |
client-cert.pem client-key.pem cacert.pem (note no dash) |
PROCEDURE Locate the current MySQL database certificates, usually in /var/lib/mysql, and make sure that the OS user running sysbench is able to read the following 3 files:
1 2 3 |
ca.pem client-cert.pem client-key.pem |
Next, cd to the OS user’s home […]