How Do you Perform a Ping Test In Windows?
In this article, we will demonstrate how to do a ping test in Windows. In…
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.
Explore more hosting insights, tips and industry updates.
In this article, we will demonstrate how to do a ping test in Windows. In…
Need to extract a ZIP file without touching your mouse? Windows gives you four solid…
How to setup a daily scan report? # vi /etc/cron.daily/rkhunter.sh #!/bin/bash (/usr/local/bin/rkhunter -c –cronjob 2>&1…