How to copy a database in phpMyAdmin



  •     Choose the database which you would like to duplicate (by simply clicking the database name from the phpMyAdmin home).
  •     Once you are inside the database, choose the Operations tab.
  •     Search down to the section where it says "Copy database to"
  •     Type in the name of the new information source.
  •     Choose "structure and data" to duplicate everything.  Alternatively, you can choose "Structure only" if you want the columns but not the data.
  •     Select the box "CREATE DATABASE before copying" to make a new database.
  •     Select the box "Add AUTO_INCREMENT value."
  •     Simply select the Go button to proceed.

If you simply select the home symbol, you will notice your new database listed in the left line.  If you go within it, you will see the information source is a duplicate of the previous database.
  • 4 Users Found This Useful
這篇文章有幫助嗎?

Related Articles

How to generate/download a full backup

A complete back-up is a back-up of all of your information, e-mail, data source, etc. To run a...

How to view website statistics in cPanel using AWStats

When you have a website, you may want to check on how many individuals are arriving to your...

How Can I Restore My cPanel or Move from One cPanel to Another?

Usually the hosting companies take care of these issues but if you want to do it on your own,...

How do I create and delete a cron job?

To create a cron job:    Simply, Log into -> cPanel.    In the...

MySQL database size limit

There is no limit for the size of the data source.MySQL is only restricted to the size of your...