phpMyAdmin is a web-based tool that allows you to view, manage, and edit the contents of your website’s databases. It's especially useful for tasks like importing backups, exporting a copy of your database, or running SQL queries.
With Eco Web Hosting, you can access phpMyAdmin directly from the Databases section in your hosting control panel — no separate login required.
🔐 Step 1: Access the Hosting Control Panel
If you’re not already logged in, follow this guide:
👉 How to Access Your Web Hosting Control Panel
📂 Step 2: Open phpMyAdmin
-
In the hosting control panel, click on Databases
-
Click the phpMyAdmin button near the top right of the page
-
This will open phpMyAdmin in a new tab — no need to log in again
📥 Importing a Database (e.g. from a backup or external site)
-
In phpMyAdmin, click the database you want to import data into (from the list on the left)
-
Click the Import tab
-
Click Choose File and select your
.sql
file (or.zip
if it contains a SQL file) -
Leave the settings at default unless instructed otherwise
-
Click Go at the bottom of the page
If the import is successful, you’ll see a confirmation message. Your tables and data should now appear in the database.
📤 Exporting a Database (for backup or migration)
-
Select the database you want to export from the left-hand list
-
Click the Export tab
-
Choose Quick export method and SQL format (recommended for most users)
-
Click Go — your browser will download the
.sql
file
You can keep this file as a backup or use it to migrate your database to another server or hosting account.
🛡 Tip: If you want more control over the export (e.g. only certain tables or formats like CSV), choose Custom export method instead.
🧠 Common Use Cases
-
Importing a WordPress site’s database
-
Backing up a live site before making changes
-
Migrating a database from another host
-
Viewing or editing specific tables or entries
⚠️ Caution When Importing
Importing a database will overwrite existing data if the structure (e.g. table names) is the same. If you're unsure, always back up the current database first — either using phpMyAdmin or JetBackup.