6
I have a software that communicates with a Mysql 4.1.14 database.
I installed a new server for Mysql 5.6 tests, but when I communicate with the new database, the message appears stating that the client does not support the authentication protocol requested by the server. Consider updating the customer.
This software is just one . exe with tres dlls in the same executable folder:
- libmysql.dll
- libpq.dll
- libpq721.dll
To update the client, I just need these new dlls? If yes, how to find the correct ones, because I tried to download some, but only got worse.
The software is made in Delphi and I have the source, I need to change something in this source to update the client?
I already changed the password to the old format, but it did not help. In the program code, it does not use any reference to the Mysql version. I believe only updating the dlls should resolve. My question would be, how to find the correct dll?
– user3771516
I forgot to comment. The software uses the Zeos 5.4 component to make transactions with DB. I found nothing concrete, but will this version of Zeos that does not accept Msyql 5.6?
– user3771516
I edited the answer, could be the property
Protocol
of the Zeosdob component.– fbiazi