<div dir="ltr">Dear Michael<div><br></div><div>My fix in Mariadb 10 chinese text issue.</div><div><div>Just add one line in this file.</div><div>/etc/my.cnf.d/mysql-clients.cnf</div></div><div><div>[mysql]<br></div><div>default-character-set=utf8</div></div><div><br></div><div><br></div><div><br></div><div>BTW: I have some question for PHP+Mariadb bundle. is product behavior or bug?</div><div><br></div><div>1. The PHP app must set the server as 127.0.0.1, using locathost is cannot connect. I Using phpmyadmin see the premission table, the server address is 127.0.0.1</div><div>2. Create the first MYSQL account is not working, need go to UI Services > MariaDB > MariaDB Permissions and click save.</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 27, 2017 at 4:06 AM, Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it" target="_blank">mstauber@blueonyx.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mon Chan.<br>
<span class=""><br>
> 1. Opencert : how to change mPDO driver?<br>
<br>
</span>You mean OpenCart? In the directory where OpenCart is installed there is<br>
a config.php. In it change this line ...<br>
<br>
define('DB_DRIVER', 'mysqli');<br>
<br>
... to this:<br>
<br>
define('DB_DRIVER', 'mpdo');<br>
<br>
You need to do the same with admin/config.php, too.<br>
<span class=""><br>
> 2. Can you test OrangeHRM with installer setup?<br>
<br>
</span>I just tried. With the usual php-mysql I get this:<br>
<span class=""><br>
You need at least MySQL 4.1.x, Detected MySQL ver<br>
<br>
</span>When I replace php-mysql with php-mysqlnd it works and reports this (in<br>
green color):<br>
<br>
MySQL Client    OK (ver mysqlnd 5.0.10 - 20111026 - $Id:<br>
e707c415db32080b3752b232487a43<wbr>5ee0372157 $)<br>
MySQL Server    OK (ver 5.5.5-10.1.18-MariaDB)<br>
<span class=""><br>
> 3. For the joomla 1.5 with chinese text (Migrate from 5108R), i need add<br>
> UTF8 support in my.cnf( I forget what set before.)<br>
<br>
</span>I just checked and found this article related and interesting:<br>
<br>
<a href="https://mariadb.com/kb/en/mariadb/setting-character-sets-and-collations/" rel="noreferrer" target="_blank">https://mariadb.com/kb/en/<wbr>mariadb/setting-character-<wbr>sets-and-collations/</a><br>
<br>
Yes, you can set the character set for databases either on a global<br>
(server) level. Or on a per database level.<br>
<br>
The URL above give some tips on how to do this.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
With best regards<br>
<br>
Michael Stauber<br>
______________________________<wbr>_________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/<wbr>mailman/listinfo/blueonyx</a><br>
</div></div></blockquote></div><br></div>