Connect to the database
ISPmanager uses a database management system to work with the database. To connect to a database through a web-interface:
- phpMyAdmin is the web-interface for MySQL management;
- phpPgAdmin is the web-interface for PostgreSQL.
To do so, complete the following steps:
- Go to Tools → Databases → Go. phpMyAdmin web-interface will open for MySQL and phpPgAdmin for PostgreSQL.
- Click on Next. The database management web-interface will open.
For more information, please refer to the official websites phpMyAdmin and phpPgAdmin.