Embedded and 4.1

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mvalent
Posts: 62
Joined: Thu 04 Nov 2004 17:42

Embedded and 4.1

Post by mvalent » Tue 07 Dec 2004 16:01

I replaced your libmysqld.dll by the libmysqld.dll from the installation folder of mySQL 4.1 and recompiled my application with the last mydac version and I get this error when I try to run the program :
"A call to an mysql_server_init failed"

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Embedded and 4.1

Post by Ikar » Tue 07 Dec 2004 16:18

Most probably you have old files in share folder.
For example, share\english\errmsg.sys

mvalent
Posts: 62
Joined: Thu 04 Nov 2004 17:42

Post by mvalent » Tue 07 Dec 2004 21:43

YES ! That was the problem. Thank you !

Guest

Not sure what this means.

Post by Guest » Tue 08 Mar 2005 05:49

Most probably you have old files in share folder.
For example, share\english\errmsg.sys

I'm getting same error and have tried reinstalling everything multiple times, so I don't understand how the file "share\english\errmsg.sys" installed with MySQL could be old?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 09 Mar 2005 15:47

This error message means that libmysqld.dll is another version than files requested for its working. Probably, on re-installing you haven't updated libmysqld.dll

Post Reply