phpMyAdmin and phpPgAdmin are web based database management tools available through cPanel. phpMyAdmin is used to manage MySQL databases, while phpPgAdmin is used to manage PostgreSQL databases. These tools allow you to run queries, manage tables, import and export data, and perform maintenance tasks.
These interfaces are available on standard cPanel-Hosting Umgebungen.
Accessing phpMyAdmin
phpMyAdmin provides full administrative access to MySQL databases associated with your account.
- Melden Sie sich bei CPanel an.
- Öffnen Sie die Tools page.
- Im Datenbanken Abschnitt, klicken phpMyAdmin.
[Screenshot placeholder: cPanel Databases section with phpMyAdmin]
The phpMyAdmin interface opens in a new browser window, where you can select databases, browse tables, and execute SQL statements.
Accessing phpPgAdmin
phpPgAdmin is used to manage PostgreSQL databases from a web interface.
- Melden Sie sich bei CPanel an.
- Öffnen Sie die Tools page.
- Im Datenbanken Abschnitt, klicken phpPgAdmin.
[Screenshot placeholder: cPanel Databases section with phpPgAdmin]
The phpPgAdmin interface opens in a new browser window, allowing you to manage PostgreSQL schemas, tables, Benutzer, and queries.
Usage considerations
These tools provide powerful control over database structure and content. Changes take effect immediately, so caution is required when modifying or deleting data.
For applications with larger datasets, higher traffic, or custom database configurations, platforms such as Cloud-Server or a Dedizierter Server may offer greater flexibility, performance tuning, and backup control.