MySQL Embedded

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Gloegg
Posts: 6
Joined: Sun 15 Apr 2007 10:52
Location: Germany

MySQL Embedded

Post by Gloegg » Thu 16 Jul 2009 12:56

Hi,
I tried to connect to an embedded MySQL database, but failed because c:\mysql\share\english.sym and errmsg.sym are missing.
(I installed mysql to c:\program files\mysql\etc)

I looked for a Path-setting in the specific Options but couldn't find one.

How can i specify the path for these files. I would like to ship these files with my app like this:

.\data\
.\share\
.\MyApp.exe

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 20 Jul 2009 14:23

To solve the probelm you should use files in the "Share" folder corresponding with the libmysqld.dll version.

Post Reply