Re: Problem with older MySQL Version 4.0.24
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.
Subject
Views
Written By
Posted
6320
May 31, 2009 10:40AM
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.