On a CloudLinux cPanel server with the latest versions of everything installed, Ive been running MariaDB 10 with no problems other than the fact that the governor wouldnt work.
When I saw there was an update for it, I installed the newest version last night. It has caused a couple of problems:
1) My servers keep sending me service failure messages "The service “mysql†appears to be down." with the explanation "The system’s command to check or to restart this service failed.
But mysql *is* running fnioe, and is not dying or restarting.
2) Only the native PHP works with MySQL. If a client selects any other version of mysql with the selector, it fails to load mysql and mysqli support, even though these *are* enabled in the options for each version. PHP itself works, but phpinfo() shows that mysql support is not being loaded.
Any ideas? Im removing the governor on one server to see if that restores things.
When I saw there was an update for it, I installed the newest version last night. It has caused a couple of problems:
1) My servers keep sending me service failure messages "The service “mysql†appears to be down." with the explanation "The system’s command to check or to restart this service failed.
But mysql *is* running fnioe, and is not dying or restarting.
2) Only the native PHP works with MySQL. If a client selects any other version of mysql with the selector, it fails to load mysql and mysqli support, even though these *are* enabled in the options for each version. PHP itself works, but phpinfo() shows that mysql support is not being loaded.
Any ideas? Im removing the governor on one server to see if that restores things.
Comment