cPanel provides two powerful, web‑based database management tools:
-
phpMyAdmin → for managing MySQL/MariaDB databases.
-
phpPgAdmin → for managing PostgreSQL databases.
Both tools let you create/drop tables, import/export data, execute SQL statements, repair tables, and more.
Accessing phpMyAdmin
-
Log in to cPanel.
-
On the Tools page → Databases section, click phpMyAdmin.
-
The phpMyAdmin interface opens in a new window.
-
From here, you can browse databases, run queries, and manage tables.
-
Accessing phpPgAdmin
-
Log in to cPanel.
-
On the Tools page → Databases section, click phpPgAdmin.
-
The phpPgAdmin interface opens in a new window.
-
From here, you can manage PostgreSQL databases, users, and schemas.
-
More Information
-
phpMyAdmin documentation: https://www.phpmyadmin.net/
-
phpPgAdmin documentation: http://phppgadmin.sourceforge.net/