Hi,
I am running a CentOS 7.6 server with cPanel on it. I run MariaDB 10.3
Also I use Engintron.
When in Engintron I check the mysql status, it gives me an arror message >
The command to reproduce this from shell is >
CentOS 7 has moved to systemd and 'service' is depreciated. There is some backwards compatibility, but not 100%
The command that does work would be
SO my question is. Is Engintron executing a cPanel script that uses the old code or do they use their own script that uses the old CentOS 6 but NOT CentOS 7 compatible code?
I am aware I should also take this to Engintron support. I created an issue on github but I am not able yet to find a solution with them.
Thanks in advance
I am running a CentOS 7.6 server with cPanel on it. I run MariaDB 10.3
Also I use Engintron.
When in Engintron I check the mysql status, it gives me an arror message >
Code:
MariaDB is not running [FAILED]
Code:
service mysql status
The command that does work would be
Code:
systemctl status mysql
I am aware I should also take this to Engintron support. I created an issue on github but I am not able yet to find a solution with them.
Thanks in advance