MySQL Embedded 5.1 not working

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

MySQL Embedded 5.1 not working

Post by zippo »

Hello!

I just wanted to report that Zeos example "Embedded" is not working with libmysql.dll from MySQL 5.1.54 (can't find the DLL version - Size is 6,23 MB (6.533.120 bytes)).

When running the example it just closes - no errors of any kind (even in the IDE)

Hope I helped :)
User avatar
fduenas
Zeos Dev Team
Zeos Dev Team
Posts: 132
Joined: 26.08.2005, 08:12
Location: Cancún

Post by fduenas »

rememeber it have to be libmysqld.dll (the las 'd') and not libmysql.dll, you can find it in any mysql 5.1 distribution in the 'embedded' folder.

Also the Embedded demos was made for 4.x version. I made it :).

For working with 5.1 you have to copy the 'share' folder from any Mysql 5.1 distribution and replace the current one included in the demo. Not all the 'share' folder is necessary, just the 'charsets' folder and the language folder, ex: 'english'
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

Jep, i did like you said, but i reported after that.
Post Reply