---
title: "Importing databases and tables with phpMyAdmin"
type: "knowledge"
post_id: "2581"
slug: "importing-databases-and-tables-with-phpmyadmin"
canonical: "https://kb.easydns.com/knowledge/importing-databases-and-tables-with-phpmyadmin/"
markdown_url: "https://kb.easydns.com/knowledge/importing-databases-and-tables-with-phpmyadmin.md"
json_url: "https://kb.easydns.com/knowledge/importing-databases-and-tables-with-phpmyadmin.json"
txt_url: "https://kb.easydns.com/knowledge/importing-databases-and-tables-with-phpmyadmin.txt"
published: "2018-07-18T16:29:33+00:00"
modified: "2020-06-09T11:46:43+00:00"
author: "ryan"
categories:
tags:
site_name: "easyDNS Knowledge Base"
publisher: "easyDNS Technologies Inc."
language: "en-US"
generator: "easyPress Markdown"
generator_version: "1.0.6"
---
Importing databases and tables with phpMyAdmin

 This video assumes you’ve already logged in to phpMyAdmin.

 Now let’s learn how to import databases and tables.

 First, select the database you want to import.

 Let’s assume the data in our **details** table is corrupt, and we want to import a recent backup (or exported copy).

 Therefore, let’s first delete the existing details table from the database.

 Now let’s import the recently exported copy of our database, which includes the details table.

 Click the **Import** tab…

 … then click **Choose File** and locate the file we want to import.

 When ready, click **Go**.

 That’s it! The database has been successfully imported.

 We can see here that our details table has been restored.

 This is the end of the tutorial. You now know how to import databases and tables with phpMyAdmin.
