<div dir="ltr"><div class="gmail_default" style="font-family:"courier new",monospace"><span style="background-color:rgb(255,255,255)"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">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.</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">They have the same version of MariaDB (mysql -V reports "version 15.1 Distrib 10.0.28-MariaDB" in both cases).</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">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.</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">I transferred the databases, and using mysql from the command line everything looks as expected.</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">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"</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">Using TMySQL55Connection doesn't work either: there is a more general error message, basically "unable to connect".</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">Identical dev. environment, code and databases - what's different?</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">Any thoughts? </span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">TIA</span><br style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px"><span style="color:rgb(0,0,0);font-family:verdana,arial,helvetica,sans-serif;font-size:14.04px">Gordon</span></span><br></div></div>