libmysql.dll

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
jhyams
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 13.03.2006, 11:05

libmysql.dll

Post 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.
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

The MySQL server version is 4.1 or higher. From version 4.1 the user authentication has changed a lot.
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

If using Zeos 6.5.1, just select protocol 4.1 - it should be enough.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

Oh, yes . I forgot to mention that - thanx mdaems!
Post Reply