PHP Classes

Mariadb

Recommend this page to a friend!

      Metabase  >  All threads  >  Mariadb  >  (Un) Subscribe thread alerts  
Subject:Mariadb
Summary:metabase
Messages:4
Author:Karl
Date:2015-06-05 23:34:51
 

  1. Mariadb   Reply   Report abuse  
Picture of Karl Karl - 2015-06-05 23:34:52
Hi,

I have seen a lot of databases inside the metabase,
but mariadb ist still missing.

  2. Re: Mariadb   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-06-06 01:19:43 - In reply to message 1 from Karl
I have not tried it, but you should be able to access MariaDB with MySQL clients. Just let me know if you have difficulties.

  3. Re: Mariadb   Reply   Report abuse  
Picture of Karl Karl - 2015-06-11 18:44:38 - In reply to message 2 from Manuel Lemos
I guess it is not possible to use mysqli, the Syntax
is different.
Same as when you go MySQL to MySQLi if you only add the
"i" then you will get Errors. Especially if you use
the fast mysql_result. Mysqli is going slow down.
Same with mariadb and mongodb

  4. Re: Mariadb   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-06-12 01:32:21 - In reply to message 3 from Karl
No, MariaDB is just a fork of MySQL server. The client libraries are the same. So either MySQL or MySQLi client libraries should work with MariaDB server.