SSL file with spaces
Posted: 06.02.2012, 13:25
Hi
I can successfully connect to MySql with a SSL certificate, but not when the file is in a folder containing spaces.
is Ok.
returns : "SQL error : SSL Connection Error" (of course the .pem file was moved in the folder...)
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
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