How to Customize the version of MySQL database in cPanel

In this article, you will find the procedure of Customizing the version of the MySQL database, when installing cPanel for the first time.

It is possible to preconfigure a cPanel installation so that your desired version of MySQL is installed from the start.

Let’s follow the Procedure to Customize the version of the MySQL database:

On the server with no cPanel installed, create the following file:

/root/cpanel_profile/cpanel.config

To install with MySQL 5.6 populate the file with the following:

mysql-version=5.6
MySQL 5.7:
mysql-version=5.7

Then run the cPanel installer as you would normally.

In this way, the version of the MySQL database is customized when you are installing the cPanel for the first time.

We hope this has helped you. If you have any queries please feel free to contact our customer support team anytime. We are always there to help you out. You can check our website for the latest web hosting plans.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How Do you Perform a Ping Test In Windows?

In this article, we will demonstrate how to do a ping test in Windows. In…

How to Unzip Files in CMD (Windows 10 & 11) – 4 Methods

Need to extract a ZIP file without touching your mouse? Windows gives you four solid…

How to install rkhunter to a cronjob

How to setup a daily scan report? # vi /etc/cron.daily/rkhunter.sh #!/bin/bash (/usr/local/bin/rkhunter -c –cronjob 2>&1…