Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi How to connect mysql what ssl? i use :
DatabaseConnection.setConnectOptions("CLIENT_SSL=1;CLIENT_IGNORE_SPACE=1");
but i don't know this work How can I be sure this connected what SSL?
Hi,
You should add which version of Qt you are using as well as OS you are running on.
@SGaist Hi Qt : 5.5.1 OS : Windows 10 & OS X 10.11.1
You should use SSL_KEY, SSL_CERT, SSL_CA, SSL_CAPATH, SSL_CIPHER to setup the connection, they replaced CLIENT_SSL.