Skip to main content

Introduction

MySQL is installed by default on the server along with FASTPANEL®. There is an option to choose a specific MySQL version that will be installed along with the control panel.

Select a MySQL version during FASTPANEL installation

First, prior to FASTPANEL installation, you need to check which versions are supported by your operating system.

It can be done by executing the following command:

wget http://repo.fastpanel.direct/install_fastpanel.sh && bash install_fastpanel.sh --help | grep 'Available versions'

The list of available MySQL versions will appear in the "Available versions" line. Afterward, you can specify the MySQL version or fork. Below is the example of installing FASTPANEL® with MySQL 8.0:

bash install_fastpanel.sh -m mysql8.0