[Lazarus] MariaDB, SQLConnection - Suse vs Debian

Mehmet Erol Sanliturk m.e.sanliturk at gmail.com
Mon Dec 26 05:44:24 CET 2016


On Sun, Dec 25, 2016 at 8:28 PM, Gordon Findlay via Lazarus <
lazarus at lists.lazarus-ide.org> wrote:

> I have a project which uses a TMySQL56Connection to work with a MariaDB
> version 10.0.28 For unrelated reasons I moved it from an OpenSUSE LEAP 42.1
> box to a Debian 8 one.
>
> They have the same version of MariaDB (mysql -V reports "version 15.1
> Distrib 10.0.28-MariaDB" in both cases).
>
> Lazarus/FPC etc are installed in a private directory, not shared. I simply
> copied the dirtecory across. I can create and execute other projects as
> normal.
>
> I transferred the databases, and using mysql from the command line
> everything looks as expected.
>
> But when I attempt to access the databases from my project the MySQL 5.6
> connector throws an error: "Cannot work with installed MySQL Client
> version; got 5.5.0 expected 5.6"
>
> Using TMySQL55Connection doesn't work either: there is a more general
> error message, basically "unable to connect".
>
> Identical dev. environment, code and databases - what's different?
>
> Any thoughts?
> TIA
> Gordon
>
> --
> _______________________________________________
>
>



This means , without hesitation , MariaDB is not compliant to MySQL :


https://www.google.com/#q=compliant+meaning


versus


https://www.google.com/#q=compatible+meaning


.


Mehmet Erol Sanliturk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20161225/5411d4c0/attachment-0002.html>


More information about the Lazarus mailing list