---
title: "Copying a database table with phpMyAdmin"
type: "knowledge"
post_id: "2342"
slug: "copying-a-database-table-with-phpmyadmin"
canonical: "https://kb.easydns.com/knowledge/copying-a-database-table-with-phpmyadmin/"
markdown_url: "https://kb.easydns.com/knowledge/copying-a-database-table-with-phpmyadmin.md"
json_url: "https://kb.easydns.com/knowledge/copying-a-database-table-with-phpmyadmin.json"
txt_url: "https://kb.easydns.com/knowledge/copying-a-database-table-with-phpmyadmin.txt"
published: "2018-07-12T16:29:58+00:00"
modified: "2020-06-09T11:57:22+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"
---
Copying a database table with phpMyAdmin

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

 Now let’s learn how to copy a database table.

 First, select the database where the table exists…

 … then click the table you want to copy.

 Click the **Operations** tab.

 When copying a table, you can choose to copy the table structure only, the data only, or both.

 Copying a table actually creates a new table altogether, so we have to give a name for the new table.

 When ready, click **Go**.

 That’s it! A new table has been created, and is a perfect copy of the original. Both table sare listed in the left pane.

 This is the end of the tutorial. You now know how to copy a database table with phpMyAdmin.
