I have 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 that the client does not support the authentication protocol requested by the server appears. Consider upgrading the client.
This software is just an .exe with three dlls in the same executable folder:
- libmysql.dll
- libpq.dll
- libpq721.dll
To update the client, do I just need these new dlls? If so, how to find the correct ones, then I tried to download some, but it only got worse.
The software is done in Delphi and I have the source, do I need to change something in this source to update the client?