Link to home
Start Free TrialLog in
Avatar of Software Software
Software SoftwareFlag for Austria

asked on

Delphi: Missing libmysql.dll to connect to MariaDB

Hello,
I get this error message, when I want to connect to MariaDB via FireDAC.
Where can I download the needed dll's?

I have downloaded the "MariaDB Connector/C x.x Series" Ā zip-file from this website https://downloads.mariadb.org/. But the dll's were not there.
My program is a 32-Bit application

User generated image
ASKER CERTIFIED SOLUTION
Avatar of Martyn Spencer
Martyn Spencer
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You could also download Mysql from Oracle and install it. Then you will find libmysql.dll in the "C:\Program Files\MySQL\MySQL Server 5.7\lib" Folder (Windows), maybe with different version number.

You could simply copy the dll into the application's exe Folder, if youd don't like to change the search path.