Connection error with MySQL 8.0.28 and above onwards
Posted by: Rajib Saha
Date: November 22, 2022 11:44PM

Hi,

From our product, we use Mysql as an optional database.

It was working fine till Mysql 8.0.27.

But, from Mysql 8.0.28, we are getting error as “SSL connection error” and error number as 2026.

We are calling MySQL Connector APIs as below.
=========================================
m_pMySQL = mysql_init( m_pMySQL );
mysql_real_connect( m_pMySQL, workingHost, user, password, server, port, NULL, CLIENT_MULTI_STATEMENTS );
=========================================

Error we are getting from the API call mysql_real_connect().

What different, we need to do for Mysql 8.0.28 in this context for successful connection.

Regards
Rajib

Options: ReplyQuote


Subject
Views
Written By
Posted
Connection error with MySQL 8.0.28 and above onwards
233
November 22, 2022 11:44PM


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.