Database server configuration module
This article walks you through the steps you need to perform to configure a database server module in ispmanager.
How it works
In ispmanager 6 Lite (Pro, Host) go to Databases - Database servers - choose server (or create first) - 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