Want more timely Centmin Mod News Updates?
Become a Member

MariaDB Mysql and MariaDB

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by ahmed, Apr 8, 2017.

  1. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    9:05 AM
    Hello

    I have the latest centmin beta and MariaDB 10.1


    -I have a WordPress plugin known of poor codes for DB queries,

    on its WordPress backend shows:
    Code:
    MySQL Version: 5.5.5 
    I noticed the DB is slow,

    shall using google cloud SQL will add extra benefit?

    why Mysql is 5.5.5, although MariDB 10.1 is MySQL 5.6 & 5.7 ?
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:05 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    You mean you installed Centmin Mod 123.09beta01 with MariaDB 10.1.x but the Wordpress backend reports it as MySQL 5.5.5 ? where in Wordpress backend you viewing this info ? from a WP plugin ? Could be WP plugin code can't read MariaDB version number or isn't coded to look for it.

    If plugin is poorly coded with bad mysql queries then it will of course be slow and up to you and/or WP plugin developer to optimise and improve it. No switching web hosting providers will help if it's badly coded code and mysql queries wise.
     
  3. Revenge

    Revenge Active Member

    469
    93
    28
    Feb 21, 2016
    Portugal
    Ratings:
    +354
    Local Time:
    7:05 AM
    1.9.x
    10.1.x
    Because Wordpress read this: 5.5.5-10.1.22-MariaDB
    It thinks its 5.5.5. That was the mysql version that MariaDB forked.