Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Just one note: you do NOT need uninstall MySQL from your server. Your existing MySQL installation will be automatically upgraded to MariaDB.
CentOS 7 comes with MariaDB instead of MySQL. So if you do “yum install mysql” it will install MariaDB. Also you don’t need to do much switching to MariaDB however when you install the mysql2 gem do this:
This was tested in CentOS 7 and Debain 7 with MariaDB. First install the necessary MariaDB so you get “mysql_config” file. Look for “devel” and “common” at the end.
For bundle
bundle config build.mysql --with-mysql-config=/usr/bin/mysql_config
OR just to install the gem
gem install mysql --with-mysql-config=/usr/bin/mysql_config
I am having Master-Master replication in production using MySQL. Can I upgrade one of the primary node to MariaDB directly, without affecting the cluster?
Can i use MARIADB10.1 for my wordpress blog previously using mysql 5.5?