Install a database management system
Description
A database management system (DBMS) is designed to maintain databases and ensure the security and integrity of stored data. This system allows you to add, delete, and modify databases and retrieve information from them.
Ispmanager works with the following database management systems:
- MySQL — a relational database management system (RDBMS). The phpMyAdmin web interface is used to manage the DBMS. It is installed with ispmanager by default. It is possible to configure remote access to work with the DBMS in ispmanager;
- MariaDB — a relational database management system (RDBMS). It is a modified version of MySQL. The phpMyAdmin web interface is used to manage the DBMS. It is installed with ispmanager by default. It is possible to configure remote access to work with the DBMS in ispmanager;
- PostgreSQL — is an object-relational DBMS. The web interface phpPgAdmin is used to manage the DBMS. It can work with a large number of tables and perform more complex queries. There is no remote access configuration for working with the DBMS in ispmanager.
How to Install the Database Server Using the Web Interface
-
Go to Settings →Software configuration. Select DBMS Server and click Install.
-
To set MySQL DBMS server type, select MySQL Server and click Edit.
Select the DBMS type and click Save.
- Select the corresponding web management interface and click Install:
- MySQL management interface (phpMyAdmin) ;
- PostgreSQL management interface (phpPgAdmin).
MySQL server installation
Make sure the installed DBMS matches the operating system.
Actual OS
OS | Mariadb | MySQL | Default | Before |
Ubuntu 20 | MariaDB 10.10.3 | MySQL 8.0 | MySQL 8.0 | MySQL 8.0 |
Ubuntu 22 | MariaDB 10.10.6 | MySQL 8.0 | MySQL 8.0 | MySQL 8.0 |
Debian 11 | MariaDB 10.10.5 | N/A | MariaDB 10.10.5 | MariaDB 10.10.5 |
Debian 12 | MariaDB 10.11.6 | N/A | MariaDB 10.11.6 | MariaDB 10.11.6 |
AlmaLinux 8 | MariaDB 10.3 | MySQL 8.0 | MySQL 8.0 | MySQL 8.0 |
AlmaLinux 9 | MariaDB 10.5 | MySQL 8.0 | MariaDB 10.5 | MySQL 8.0 |
Outdated OS
OS | Mariadb | MySQL | Default | Before |
Ubuntu 18 | MariaDB 10.10.1 | MySQL 5.7 | MySQL 5.7 | MySQL 5.7 |
Debian 10 | MariaDB 10.10.3 | N/A | MariaDB 10.10.3 | MariaDB 10.10.3 |
CentOS 7 | MariaDB 5.5 | N/A | MariaDB 5.5 | MariaDB 5.5 |
When installing from the command line, you can use the appropriate commands to select the database type.
MariaDB
sh ./install.sh --mysql-server mariadb
MySQL
sh ./install.sh --mysql-server mysql
Installation with the recommended software:
- When using the recommended software set, the MariaDB or MySQL database server is automatically installed. The choice between them is determined by the value specified in the Default field of the Operating System Compliance table.
- It is not possible to replace MySQL with MariaDB and MariaDB with MySQL.
Minimal installation via the installer:
- You can select the DBMS type in the Software configuration menu item of the control panel;
- Packages are installed according to the table for your database type and OS.