Page 1 of 1

libmysql.dll

Posted: 13.03.2006, 11:21
by jhyams
My version of libmysql.dll is dated in 2001. There are much newer versions. My problem is that my ISP has upgraded mySQL to a newer version and I now get "authentication protocol" not supported by client "consider upgrading libmysql.dll". But to which version? When I try other versions I get access violations.

Posted: 13.03.2006, 11:35
by zippo
The MySQL server version is 4.1 or higher. From version 4.1 the user authentication has changed a lot.

Posted: 13.03.2006, 11:36
by zippo
If using Zeos 6.5.1, just select protocol 4.1 - it should be enough.

Posted: 13.03.2006, 13:18
by mdaems
If it's Mysql 5.0, you should try to use the libmysql.dll of the 5.0 release instead of the 4.1 version (rename to libmysql41). Protocol in zeoslib connection should stay 4.1 until 5.0 is realy supported.

Mark

Posted: 13.03.2006, 17:44
by zippo
Oh, yes . I forgot to mention that - thanx mdaems!