Re: Problem connecting to 4.1 server

2005-05-23 Thread Gleb Paharenko
Hello. You may compile MySQL from source by yourself with enabled debugging, if an official binaries don't include it. See: http://dev.mysql.com/doc/mysql/en/windows-source-build.html I suggest you to forward your message to win32 list: http://lists.mysql.com/win32 Nicholas

Re: Problem connecting to 4.1 server

2005-05-22 Thread Nicholas Watmough
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

Re: Problem connecting to 4.1 server

2005-05-19 Thread Gleb Paharenko
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

Re: Problem connecting to 4.1 server

2005-05-16 Thread Nicholas Watmough
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.

Re: Problem connecting to 4.1 server

2005-05-06 Thread Gleb Paharenko
Hello. Are you sure that mysql.exe is the same version as the server? Check if you're able to connect to 3.23.xx server using API. What value does your MYSQL_SECURE_AUTH option have? See: http://dev.mysql.com/doc/mysql/en/mysql-options.html Nicholas Watmough [EMAIL PROTECTED]

Problem connecting to 4.1 server

2005-05-04 Thread Nicholas Watmough
I am have trouble connecting to the MySQL server 4.1 using the API, though I have no trouble connecting using the same parameters from the command line mysql.exe. I'm using server version 4.1.10 on Windows Server 2003, which was started with --old-password (to ensure back compatibility with