MySQL / MariaDB, PostgreSQL and SQLite — create, open phpMyAdmin, reset passwords, connect from code
The Databases page lists every database on the account in one table: which site owns it, its engine, its user, and the host/port to connect to — with a search box.
| Badge | Meaning |
|---|---|
| primary | Created with the site. It cannot be deleted here, but its password can be reset. |
| add-on | Created later, and can be deleted. |
example_com_shop.| Engine | Opens in |
|---|---|
| MySQL / MariaDB | The phpMyAdmin button logs you in automatically — no password to type |
| PostgreSQL | The Adminer button |
| SQLite | It is a file inside the site — open or download it from the file manager |
Use the values from the table. The host is 127.0.0.1 — some frameworks treat localhost differently. For WordPress, in wp-config.php:
Passwords are hidden after the one time they are shown. Use Reset pw on the site's primary database — a new password is set and displayed once.
wp-config.php), otherwise the site shows a database connection error.