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 this, complete the following steps:
    .1Go to Databases Go. phpMyAdmin web-interface will open for MySQL and phpPgAdmin for PostgreSQL.
    .2Click on Next. The database management web-interface will open.
For more information, please refer to the official websites phpMyAdmin and phpPgAdmin.