Connect to the database
Ispmanager uses database management systems (DBMS) to work with databases. To connect to a DBMS through the web-interface, use:
- phpMyAdmin — the web-interface for MySQL management;
- phpPgAdmin — the web-interface for PostgreSQL.
To do this, go to Databases → Database web-interface. The phpMyAdmin web-interface will open for MySQL and phpPgAdmin for PostgreSQL. You will be logged in automatically.
For more information, please visit the phpMyAdmin and phpPgAdmin official websites.
To avoid privilege escalation, you can deny root access to phpMyAdmin. To do this:
- Go to Settings → Software configuration → MySQL management interface (phpMyAdmin).
- In the form, check the box Deny root access in phpMyAdmin and click Save.