Error with the limysqld51.dll

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
IllusionPerdu
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 22.02.2010, 21:23

Error with the limysqld51.dll

Post by IllusionPerdu »

Hello,

With the libmysqld50.dll they are no problème but when we use the libmysqld51.dll or a more recent dll the application crash.

The crash will be in the line : 724 of ZPlainMySqlDriver.pas
=> Handle := MYSQL_API.mysql_init(nil);

I try it width Delphi 2009 and the Zeoslib 7 : 792

Have you a solution ?
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Did you only update the dll or did you also update the 'shared' directory? Because both should be from the same mysql version.

Mark
Image
IllusionPerdu
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 22.02.2010, 21:23

Post by IllusionPerdu »

Oh thank's i forget to change the share folder...

I had change the lib, and the ./data/mysql/* but not the ./share/

Now it's work perfectly... Sorry for the false alerte !

[align=center]***[/align]

For information I also try the libmysqld from MariaDb : http://askmonty.org/wiki/index.php/MariaDB it's works good... You can had to information to compability database....

What is MariaDB?

MariaDB is a backward compatible, drop-in replacement branch of the MySQL® Database Server. It includes all major open source storage engines, including the Maria storage engine.

MariaDB is community developed in collaboration with Monty Program. Our ambition is to make MariaDB the best open and free branch of MySQL Database Server for the end user, developer and partner communities.
Locked