MySQL Forums
Forum List  »  Connector/ODBC

Re: Error using SSL in Connector/ODBC. SSL works fine with Workbench.
Posted by: Bogdan Degtyariov
Date: May 04, 2020 04:13AM

The user account in MySQL can be created with options that require SSL:

Please check the CREATE USER manual here:
https://dev.mysql.com/doc/refman/8.0/en/create-user.html

Also, depending on the server version the SSL/TLS can be enabled or disabled by default. For MySQL 8.0 it is enabled and all products of the version 8.0 assume SSL is enabled.

A good test is to try connecting with the mysql command line because it uses the same libmysqlclient library as ODBC.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.