<div dir="ltr"><div class="gmail_default" style="font-family:"courier new",monospace">​​</div><div class="gmail_default" style="font-family:courier new,monospace">Thanks - that is the problem.</div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">In case anyone else encounters this, the issue is that Debian 8.0 (Jessie) installs Maria 10.0.28, which is MySQL 5.6 compatible, but version 5.5 of libmysqlclient18.so</div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">Version 5.6 is available in the jessie-backports repository (see <a href="https://packages.debian.org/jessie-backports/libmysqlclient18">https://packages.debian.org/jessie-backports/libmysqlclient18</a></div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 27, 2016 at 7:07 AM, leledumbo via Lazarus <span dir="ltr"><<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> But when I attempt to access the databases from my project the MySQL 5.6<br>
connector throws an error: "Cannot work with installed MySQL Client version;<br>
got 5.5.0 expected 5.6"<br>
><br>
> Using TMySQL55Connection doesn't work either: there is a more general<br>
> error message, basically "unable to connect".<br>
><br>
> Identical dev. environment, code and databases - what's different?<br>
<br>
</span>MariaDB 10.0 indeed maps to MySQL 5.6. But the installed client library is<br>
of version 5.5.0, which the connector refuse to use due to version<br>
difference. Install the same version for both client and server.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-MariaDB-SQLConnection-Suse-vs-Debian-tp4050639p4050643.html" rel="noreferrer" target="_blank">http://free-pascal-lazarus.<wbr>989080.n3.nabble.com/Lazarus-<wbr>MariaDB-SQLConnection-Suse-vs-<wbr>Debian-tp4050639p4050643.html</a><br>
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.<br>
<span class="HOEnZb"><font color="#888888">--<br>
______________________________<wbr>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus-ide.org">Lazarus@lists.lazarus-ide.org</a><br>
<a href="http://lists.lazarus-ide.org/listinfo/lazarus" rel="noreferrer" target="_blank">http://lists.lazarus-ide.org/<wbr>listinfo/lazarus</a><br>
</font></span></blockquote></div><br></div></div>