I am just starting out with Delphi XE5 development and am having A LOT of trouble trying to connect to my mySQL server.
Using the TFDConnection i currently get this error:
[FireDAC][Phys][MySQL]-314. Cannot load vendor library [libmysql or libmysqld.dll]. The system cannot find the file specified...
I have already read the docs on this issue and i have:
Sourced the LIBMYSQL.DLL from a MySQL Server installation
Placed it in the bin directory of XE5 AND referenced it in FDDrivers.ini
I have also noticed that when i view FireDAC Links in XE5 it has TFDPhysMySQLDriverLink grayed out...
I can connect to SQLlite servers fine.
DriverName
to'MySQL'
. Did you try to doubleclick onTFDConnection
component? – Sir Rufo