Re: Is it ok that high version libmysqlclient.a to connect low version mysql?
Posted by: hello okay
Date: July 28, 2022 07:55AM

Thing looks like this:

I use several mysql server versions if possible the newest to avoid inherent leak.
And at the same time, the mysql client version should match the server version in my mind.

Due to update not timely, i use the high mysql client version to connect low mysql server version. But i haven't found this until i met this error:
mysql_stmt_execute not equal zero, but mysql_stmt_errno return zero as https://forums.mysql.com/read.php?168,705104,705104#msg-705104 described.

So i suspect whether the above error is related this mismatch?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Is it ok that high version libmysqlclient.a to connect low version mysql?
157
July 28, 2022 07:55AM


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.