Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Problems after installing AnyDAC 1.12.2
Problems after installing AnyDAC 1.12.2
Posted: 2007/10/15 12:11
 
I've installed the latest version of AnyDAC (1.12.2) on Delphi 7.
Installation went OK, but when I try to use, for example the tool 'ADAdministrator.exe', I got the following error message:

[AnyDAC][Phys][MySQL][LIBMYSQL] Client does not support authentication protocol requested by server; consider upgrading MySQL client

Error Code : 01251.

I have installed the AnyDAC on another computer, also Delphi 7. I receive exactly the same message on that one.

What do I do wrong ??

regards

Göran P
Re:Problems after installing AnyDAC 1.12.2
Posted: 2007/10/16 00:52
 
Hello

AnyDAC uses libmysql.dll to connect to MySQL server. libmysql.dll is the MySQL standard client API library. If it version is too much older, than server version, then will be raised the exception, which you are getting. In this case, you should replace libmysql.dll with the dll which comes with the server.

Regards,
Dmitry
Re:Problems after installing AnyDAC 1.12.2
Posted: 2007/10/16 10:20
 
Thank You for the information.

The problem where exactly as You describe it.
I exchanged the existing 'libmysql.dll' in the path, with the never one )from the installation of the MySQL).

After that every things works correct.

Thanks.

Göran P