phpMyAdmin Database Access
Yes, phpMyAdmin is included with every hosting account. It is available directly through your cPanel control panel and gives you a full web-based interface for managing your MariaDB and MySQL databases.
How to Access phpMyAdmin
- Log into your cPanel at
https://yourdomain.com:2083 - Scroll to the Databases section
- Click the phpMyAdmin icon
You will be logged in automatically. From there you can select any database in your account from the left sidebar.
What You Can Do in phpMyAdmin
- Browse and search table data
- Run SQL queries directly
- Import and export databases (SQL, CSV, and other formats)
- Create, modify, and drop tables
- Repair and optimize tables
- Manage user privileges
Creating a Database First
Before you can use phpMyAdmin, you need at least one database. Go to cPanel > MySQL Databases to create a new database and database user. Make sure to add the user to the database and grant all privileges. The new database will then appear in phpMyAdmin.
For importing large database files that exceed the phpMyAdmin upload limit, contact our support team and we can import it via the command line for you.
