Issue
The MySQL libraries (v18) seem to be missing on MariaDB servers after installing the control panel.
Environment
- CloudLinux
- Plesk
- cPanel
- MariaDB
Solution
As per the documentation at https://blog.cloudlinux.com/the-mysqlclient18-compat-package-released , MariaDB may be missing the MySQL libraries for libmysqlclient18, which can be installed by running the following command:
yum install mysqlclient18-compat --enablerepo=mysqclient
To update:
yum update mysqlclient18-compat --enablerepo=mysqclient
Cause
MySQL Governor didn't install mysqlclient18 - most OS only provide mysqlclient16 so it'll fail if MySQL Governor doesn't complete properly.
Comments
0 comments
Article is closed for comments.