L
LiteSpeed
cPanel
MariaDB

Install cPanel with MariaDB 10.11

Custom cPanel installation with MariaDB 10.11 profile for better performance.

SharedLicense TeamUpdated May 13, 202610 min read

This guide installs cPanel with MariaDB 10.11 instead of the default MySQL.

Create Installation Profile

mkdir -p /root/cpanel_profile/
echo 'mysql-version=10.11' > /root/cpanel_profile/cpanel.config

Install cPanel

cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

Verify MariaDB

mysql -V

Install License

bash <( curl -4 https://script.licensedl.com/pre.sh ) cPanel && /usr/bin/update_cpanelv2

Was this article helpful?