How To Install Mariadb On Cpanel Vps Dedicated Server
How To Install Mariadb On Cpanel Vps Dedicated Server, cpanel whm installation, mariadb installation alamalinux

yum update
<!-- mariadb config -->
cd /root
mkdir cpanel_profile
cd cpanel_profile
touch cpanel.config
<!-- edit file and update mariadb version -->
vi cpanel.config
<!-- mariadb versions -->
>> MySQL 8
mysql-version=8.0
>> MariaDB 10.6
mysql-version=10.6
>> MariaDB 10.5
mysql-version=10.5
>> MariaDB 10.6
mysql-version=10.6
>> MariaDB 10.11
mysql-version=10.11
<!-- go to home -->
cd /home
<!-- set hostname -->
hostnamectl set-hostname server.codezfree.com
<!-- network manager disable -->
systemctl stop NetworkManager
systemctl disable NetworkManager
<!-- update perl -->
yum install perl
<!-- update curl -->
yum install curl
<!-- cpanel install -->
cd /home
curl -o latest -L https://securedownloads.cpanel.net/latest
sh latest
<!-- network manager enable -->
service NetworkManager startÂ
chkconfig NetworkManager on
What's Your Reaction?






