Hi,
Something strange I found recently.
Running Plesk Onyx 17.8.11 with Cloudlinux 7.6 on CentOS7
The server restarts but MariaDB/Mysql does not start.
The issue is that /var/run/mariadb folder does not exist after the reboot.
To solve temporarily, create the mariadb folder inside /var/run and change permissions to mysql:mysql
Then systemctl start mariadb and systemctl start mysqld
All good.
But missing again after a reboot.
Something strange I found recently.
Running Plesk Onyx 17.8.11 with Cloudlinux 7.6 on CentOS7
The server restarts but MariaDB/Mysql does not start.
The issue is that /var/run/mariadb folder does not exist after the reboot.
To solve temporarily, create the mariadb folder inside /var/run and change permissions to mysql:mysql
Then systemctl start mariadb and systemctl start mysqld
All good.
But missing again after a reboot.
Comment