Page 1 of 1
Error with the limysqld51.dll
Posted: 22.02.2010, 21:31
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 ?
Posted: 24.02.2010, 22:06
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
Posted: 25.02.2010, 00:37
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.