Tag: 569baa84ff99ae055eeff918
All the articles with the tag "569baa84ff99ae055eeff918".
Tshoot: Too many connection mariadb
Published: at 12:59 PMCause: mysql has a max_connection variable where connections to mysql cannot exceed the value of the variable. Solution: increase the value of the max_connection variable 1. Check max_connections configured mysql MariaDB [(none)]> show variables lik...
05 - Setup Galera Cluster
Published: at 08:01 PMThis post is part of the Manual Deployment Openstack HA and Ceph series. Preparation (Execute on all controller nodes) 1. Install required package apt install -y apt-transport-https software-properties-common python3-mysqldb rsync python3-pymysql 2....