MySQL Forums
Forum List  »  Connector/C++

Re: Problem with older MySQL Version 4.0.24
Posted by: Lawrin Novitsky
Date: June 02, 2009 01:41AM

Hi,

I think there is nothing you could do here with Connector/C++.

The best way would be to upgrade MySQL server. And consider this: http://dev.mysql.com/doc/refman/4.1/en/
("End of Product Lifecycle. Active development and support for MySQL database server versions 3.23, 4.0, and 4.1 has ended. However, for MySQL 4.0 and 4.1, there is still extended support available ...")

Well, actually if you absolutely need to use server v4.0, you could made small changes in C/C++ source code and build your own connector version from sources. Look for MYSQL_SECURE_AUTH in mysql_connection.cpp for that.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem with older MySQL Version 4.0.24
3692
June 02, 2009 01:41AM


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.