Introduction
When installing cPanel, many default options, including the database server version, are set. If a version other than the default is desired, this must be configured before installing cPanel.
Procedure
- Access the server's command line as the 'root' user via SSH.
- Create the
/root/cpanel_profile
folder.mkdir /root/cpanel_profile
- Create the
/root/cpanel_profile/cpanel.config
file.touch /root/cpanel_profile/cpanel.config
- Open
cpanel.config
in your preferred text editor. - Add a line to set
mysql-version
to the value of the desired version.- MySQL 8
mysql-version=8.0
- MariaDB 10.5
mysql-version=10.5
- MariaDB 10.6
mysql-version=10.6
- MariaDB 10.11
mysql-version=10.11
- MySQL 8
Comments
0 comments
Article is closed for comments.