Upgrade from MySQL 8.x to MariaDB 10.x not possible?

As for what can be done in such a case. If that’s a new server, your best way would be – cPanel reinstall with MariaDB. To do so, proceed with the following steps:

1. Reinstall the OS (CentOS/ AmlaLinux / Ubuntu).

2. Create a file /root/cpanel_profile/cpanel.config

cd ~ && mkdir cpanel_profile && cd cpanel_profile && touch cpanel.config

3. Add desired MariaDB version to the file:

echo "mysql-version=10.3" > /root/cpanel_profile/cpanel.config

4. Once added, make sure to check the output:

cat /root/cpanel_profile/cpanel.config

5. Now install cPanel normally on the server.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...