Skip to main content

Redhat has retired MySQL 5 in favor of Mariadb. Recommend using Mariadb 5 or above???

Comments

6 comments

  • Eric
    Howdy, MariaDB is a drop in replacement for MySQL. It looks almost exactly the same. Thanks!
    0
  • cotswoldphoto
    I have been using all my WordPress sites on Mariadb 10 for over a year now. Also, make sure your default engine is innodb, and convert any tables that aren't. Innodb does not corrupt anywhere as much as MyIsam.
    0
  • craigedmonds
    So I am pretty safe to simply switch to mariadb? None of my users will turn around and say "oh no...you dont have mysql!!!!! This is bad!!!" I run a shared hosting service so just a little concerned that user might complain about not having the availability of mysql. Just wondering if I should reinstall the server to centos 6.
    0
  • sahostking
    we are also a web hosting provider and have been using mariadb for over a year now with no issues. We had no issues in switching - I remember we had customers however say their select queries are faster when we changed. So they were happier.
    0
  • kernow
    After updating to mariadb through WHM you should check your /etc/my.cnf as the cpanel upgrade script has an irritating habit of adding:
    default-storage-engine=MyISAM
    Iritating because the default engine for mariadb is innodb which is better/faster
    0
  • cPanelMichael
    So I am pretty safe to simply switch to mariadb? None of my users will turn around and say "oh no...you dont have mysql!!!!! This is bad!!!" I run a shared hosting service so just a little concerned that user might complain about not having the availability of mysql. Just wondering if I should reinstall the server to centos 6.

    Hello :) This is an upgrade that does not require manual intervention from your users. We have a document that explains the process at: MySQL/MariaDB Upgrade - Documentation - cPanel Documentation Thank you.
    0

Please sign in to leave a comment.