Database connection

ISPmanager uses a database management system (DBMS) to work with databases. To connect to it via the web interface, use:

  • phpMyAdmin - web interface for working with MySQL DBMS
  • phpPgAdmin - web interface for working with PostgreSQL DBMS

For this:

  1. Go to Tools -> Databases -> Go. For MySQL DBMS, the phpMyAdmin web interface will open. For PostgreSQL DBMS - phpPgAdmin. The username and password are specified automatically.
  2. Click Continue. The web application for working with the database opens.

For more information on working with web interfaces, see the phpMyAdmin and phpPgAdmin official website

  • 182 Users Found This Useful
Was this answer helpful?

Related Articles

Import and Export of Database Data

Data can be imported and exported using a dump. Database dump is a text file that contains the...

File Manager

The File Manager module is designed to work with the file system via the web interface. Using the...

Database import or export via SSH

Often, it is more convenient to import and export databases not through the phpMyAdmin interface,...

Database creation

Database (DB) - a unified repository of textual information of the site. The database stores...

Remote Access for MySQL Server

IntroductionThe MySQL server has the ability to listen on specific addresses to accept incoming...