<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Does this make sense:</p>
<p><a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/10759334/headers-and-client-library-minor-version-mismatch">http://stackoverflow.com/questions/10759334/headers-and-client-library-minor-version-mismatch</a><br>
</p>
<p>I am using MariaDB and have the similar problem.<o:p></o:p></p>
<p>From <a
href="http://dev.mysql.com/downloads/connector/php-mysqlnd/">MariaDB
site</a>, it is recommended to fix it by<o:p></o:p></p>
<ol start="1" type="1">
<li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0
level1 lfo1">Switch to using the mysqlnd driver in PHP
(Recommended solution).<o:p></o:p></li>
</ol>
<p style="margin-left:.5in;text-indent:-.25in;mso-list:l0 level1
lfo1"><span style="mso-list:Ignore">2.<span style="font:7.0pt
"Times New Roman""> </span></span>Run with a
lower error reporting level:<o:p></o:p></p>
<pre style="margin-left:.5in;text-indent:-.25in;mso-list:l0 level1 lfo1"><span class="pln"><span style="mso-list:Ignore">3.<span style="font:7.0pt "Times New Roman""> </span></span></span><span class="pln">$err_level </span><span class="pun">=</span><span class="pln"> error_reporting</span><span class="pun">(</span><span class="lit">0</span><span class="pun">);</span><span class="pln"> <o:p></o:p></span></pre>
<pre style="margin-left:.5in;text-indent:-.25in;mso-list:l0 level1 lfo1"><span class="pln"><span style="mso-list:Ignore">4.<span style="font:7.0pt "Times New Roman""> </span></span></span><span class="pln">$conn </span><span class="pun">=</span><span class="pln"> mysql_connect</span><span class="pun">(</span><span class="str">'params'</span><span class="pun">);</span><span class="pln"> <o:p></o:p></span></pre>
<pre style="margin-left:.5in"><span class="pln">error_reporting</span><span class="pun">(</span><span class="pln">$err_level</span><span class="pun">);</span><span class="pln"> </span><o:p></o:p></pre>
<ol start="5" type="1">
<li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0
level1 lfo1">Recompile PHP with the MariaDB client libraries.<o:p></o:p></li>
<li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0
level1 lfo1">Use your original MySQL client library with the
MariaDB.<o:p></o:p></li>
</ol>
<p>My problem fixed by using the mysqlnd driver in Ubuntu:<o:p></o:p></p>
<pre><span class="pln">sudo apt</span><span class="pun">-</span><span class="kwd">get</span><span class="pln"> install php5</span><span class="pun">-</span><span class="pln">mysqlnd</span><o:p></o:p></pre>
Cheers!<br>
<br>
RC<br>
<br>
<div class="moz-cite-prefix">On 10/17/2016 10:40 AM, Michael Stauber
wrote:<br>
</div>
<blockquote
cite="mid:610397ee-b817-376f-3e41-e71c053fa801@blueonyx.it"
type="cite">
<pre wrap="">Hi RC,
</pre>
<blockquote type="cite">
<pre wrap="">Are there any issue if I uninstall MariaDB 10.1.18-1?
</pre>
</blockquote>
<pre wrap="">
Not really. Please give it a try.
I looked into it last night and I think your applications such as Drupal
are a bit too uptight about raising an issue here. The general
connection between PHP and MariaDB works just perfectly despite what
they say.
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<style type="text/css">
<!--
.style1 {color: #006600}
-->
</style>
<p><em><strong>Richard C. Barker Sr. <br>
CEO & President <br>
1-800-510-3139 <br>
<span class="style1">ProBass Networks Inc. </span></strong></em><br>
<a href="http://www.probassnetworks.net">www.probassnetworks.net</a>
<br>
<a href="http://www.probass.net">www.probass.net</a> <br>
*************************************** <br>
DISCLAIMER : - <br>
This e-mail is confidential and intended only for the use <br>
of the individual or entity named above and may contain <br>
information that is privileged. If you are not the intended <br>
recipient, you are notified that any dissemination, distribution
<br>
or copying of this e-mail is strictly prohibited. If you have <br>
received this email in error, please notify us immediately <br>
by return email or telephone and destroy the original message. <br>
</p>
</div>
</body>
</html>