ISPmanager 5 Lite Documentation

Database server configuration

This is documentation for an outdated product. See the current documentation

 

This article walks you through the steps you need to perform to configure a database server module in ISPmanager 5.

How it works

In ISPmanager 5 Lite go to "Database servers""Settings"

The module retrieves a list of settings from the database servers (MySQL or PostgreSQL). This list contains both current and default parameters.

When editing a parameter, you can set a new value, which will be specified into the configuration file of the database server.

If the parameter value differs from defaults, you can reset it. The value for this parameter will be deleted from the database server configuration file.

After the configuration file of the database server has been changed, the database server will be rebooted. If this procedure fails, the configuration file will be reset to its previous state, and the database server will be rebooted again.

The following paths are specified in the control panel configuration file :

 path mysqld.ini — path to the MySQL configuration file 
 path mysql_restart — command to restart  MySQL
 path postgresql.conf — path to the PostgreSQL configuration file 
 path postgresql_restart — command to restart PostgreSQL

 

In this article