Hi,

I read the suggested section, but I'm not sure whether I can actually do any debugging with the pre-compiled Windows MySQL server. Is it possible to turn on debugging with the pre-compiled binaries on Windows?

I'm also not sure what the difference is between libmysql.lib and mysqlclient.lib. I've been linking with the former, as the latter causes linking errors, but the manual reads that one is supposed to link with the latter to use the C API.

Thanks



Gleb Paharenko wrote:

Hello.



You may switch to the debug version of libmysqlclient and
research the problem. See:



 http://dev.mysql.com/doc/mysql/en/debugging-client.html













Yes, the mysql.exe is the same version - I installed version 4.1.10 of

the server (and binaries) from the Windows executable

myself, about two months ago.


I've tried setting MYSQL_SECURE_AUTH to both true and false, to see if

it solves the problem, but it doesn't.


Not sure what else I can try. Any other ideas?


Gleb Paharenko wrote:





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to