<http://dev.mysql.com/doc/mysql/en/old-client.html>
<http://dev.mysql.com/doc/mysql/en/password-hashing.html>
Your best bet is to link your app against the 4.1 client library.
Michael
Andrew Prock wrote:
I'm having some difficulty with a program I wrote which uses the MySQL C api. I'm trying to migrate my server from version 4.0 to version 4.1.
I have no difficulty connecting to the server using the mysql.exe command line utility, but when I try to connect from my program using the same parameters, it fails to connect with the Error 1045 (Access denied for user).
I use the mysqlclient.lib library to link to my windows program. The library I have is a bit old, but I can't seem to figure out which version it is easily.
Is the solution as simple as getting the new developers libraries?
Specific versions are below.
works with : 4.0.16-standard server doesn't work with: 4.1.7-standard server
- Andrew
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]