Hi
I install moodle 3.2.1 on my centos.
All are ok.
But my moodle usually database down.
ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION
/var/lib/mysql/mysql.sock' (111 "Connection refused")
At that time, I restart my centos. It is ok now.
But after sometime, sql down again.
I run the following command to fix.
#chown -R mysql. /var/lib/mysql/
#mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
But don't work.