How to Avoid MariaDB Galera Cluster stalls on ALTER
If you have trouble when upgrading table schema or alter table on MariaDB Galera Cluster, that make your database not response and then connection will over limit. We have experienced…
Talk about server and programming
If you have trouble when upgrading table schema or alter table on MariaDB Galera Cluster, that make your database not response and then connection will over limit. We have experienced…
By default Centos 7 repository is MySQL 5.5. If you want to use latest stable MariaDB, you need to use Official MariaDB repository. You need to create MariaDB repository on…
Sometimes we need to update a MYSQL table data based on other table data. For example order_table field city is NULL, and users_data have a field city, we need to…