I can successfully connect to MySql with a SSL certificate, but not when the file is in a folder containing spaces.
Code: Select all
MYSQL_SSL=TRUE
MYSQL_SSL_CA=/tmp/ca-cert.pem
Code: Select all
MYSQL_SSL=TRUE
MYSQL_SSL_CA=/tmp/test folder/ca-cert.pem
I have tried quotes and double quotes around the file name, %20 instead of the space, with no better results...
Is there a workaround ?
Regards
Tintinux