How to Access phpMyAdmin
What is phpMyAdmin?
phpMyAdmin is a web-based tool for managing MySQL/MariaDB databases. You can browse tables, run SQL queries, import/export data, and more.
Accessing phpMyAdmin
- Log in to DirectAdmin
- Go to Account Manager → MySQL Management (or Databases)
- Click the phpMyAdmin link (or button)
- You'll be logged in automatically to phpMyAdmin
Common Tasks
Import a Database
- Select the database in the left sidebar
- Click the Import tab
- Choose your
.sqlfile - Click Go
Export a Database
- Select the database
- Click the Export tab
- Choose Quick export, format SQL
- Click Go — your browser will download the
.sqlfile
Run a SQL Query
- Select the database
- Click the SQL tab
- Enter your query
- Click Go
Tip: Always make a backup (export) before running DELETE or UPDATE queries.
Was this article helpful?