Support article
How to access phpMyAdmin from cPanel and DirectAdmin
Learn how to open phpMyAdmin from cPanel and DirectAdmin to manage, import and export MySQL databases easily.
Introduction
phpMyAdmin is a very practical browser-based tool for managing MySQL databases. From there, you can review tables, run SQL queries, import .sql files or export a database backup.
How to access phpMyAdmin from cPanel
If your hosting service uses cPanel, follow these steps:
- Sign in to your cPanel account.
- Find the Databases section.
- Click phpMyAdmin.
- Wait for phpMyAdmin to open in the browser.
- Select the database you want to manage from the left menu.
How to access phpMyAdmin from DirectAdmin
If your hosting uses DirectAdmin, the access is usually inside the MySQL management section.
- Sign in to DirectAdmin.
- Open the MySQL section.
- Look for the phpMyAdmin access link.
- Open the tool and choose the database you want to review.
What you can do inside phpMyAdmin
With phpMyAdmin you can:
- View tables and records.
- Import and export databases.
- Run SQL queries.
- Check the database structure.
- Review users and relationships depending on permissions.
Important: phpMyAdmin is not the place to create databases
In many hosting setups, databases and users are created first from the hosting panel. phpMyAdmin is mainly used afterwards for administration tasks.
Useful tips
- Make a backup before important changes.
- Check that you are inside the correct database.
- If you do not see your database, confirm that it is created and linked to your hosting account.
Frequently asked questions about phpMyAdmin
Do I need to install phpMyAdmin?
Normally no. It is usually already included in the hosting panel.
Can I create a database from phpMyAdmin?
In many shared hosting accounts, the recommended place is the hosting panel, not phpMyAdmin.
Why would I export a database?
To make a backup, migrate a website or save a copy before making changes.
Why can I not see my database in phpMyAdmin?
It may not be created yet, or it may belong to another hosting account.
Can I restore a full website only with phpMyAdmin?
Not completely. phpMyAdmin helps with the database part, but the website files are separate.
Final recommendations
If you need to review or manage the content of a database, phpMyAdmin is one of the easiest tools available from cPanel and DirectAdmin.