> ## Documentation Index
> Fetch the complete documentation index at: https://kb.hosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Accessing phpMyAdmin and phpPgAdmin

> Learn to access phpMyAdmin and phpPgAdmin in cPanel with easy instructions and helpful links for more on these SQL tools.

This article describes the third-party SQL management tools phpMyAdmin and phpPgAdmin. These web-based database management tools are used to manage MySQL databases and PostgreSQL databases, respectively. Using these tools, you can manage all aspects of your database's structure and data. You can create and drop tables, import and export data, execute SQL statements, repair tables, and much more.

## Accessing phpMyAdmin in cPanel

To access phpMyAdmin, follow these steps:

1. Log in to cPanel.
   > 📘 Note
   >
   > If you do not know how to log in to your cPanel account, please see [this article](/docs/accessing-cpanel).

2. On the **Tools** page, in the **Databases** section, click **phpMyAdmin**:\
   ![](https://static.hosting.com/kb/kb-cpanel-jupiter-phpmyadmin-icon.png)

   The phpMyAdmin administration page appears in a new window.

## Accessing phpPgAdmin in cPanel

To access phpPgAdmin, follow these steps:

1. Log in to cPanel.
   > 📘 Note
   >
   > If you do not know how to log in to your cPanel account, please see [this article](/docs/accessing-cpanel).

2. On the **Tools** page, in the **Databases** section, click **phpPgAdmin**:\
   ![](https://static.hosting.com/kb/kb-cpanel-jupiter-databases-phppgadmin-icon.png)

   The phpPgAdmin administration page appears in a new window.

## More information

phpMyAdmin and phpPgAdmin have many features, and documenting all of them is beyond the scope of this article. You can view extensive online documentation within the user interface, or you can visit the following sites:

* For more information about phpMyAdmin, please visit [http://www.phpmyadmin.net](https://www.phpmyadmin.net).

* For more information about phpPgAdmin, please visit [http://phppgadmin.sourceforge.net](http://phppgadmin.sourceforge.net).

## Related articles

* [Managing MySQL databases and users](/docs/managing-mysql-databases)

* [Managing PostgreSQL databases and users](/docs/managing-postgresql-databases)

* [Optimizing and repairing MySQL databases with phpMyAdmin](/docs/optimizing-and-repairing-mysql-databases-with-phpmyadmin)
