Steps to clone MySQL database via PhpMyAdmin

kumkumsharma

Administrator
Staff member
You can clone your database in PhpMyAdmin and for that you have to create separate copy of your database.
  • First login to phpMyAdmin.
  • Here you will find list of databases, click on particular database to clone it.
  • In the top bar you will find option “Operations”, click on it.
  • You will find a textbox “Copy Database to”, you have to enter your new database name.
  • Now choose your data option and its structure.
  • Then check the box CREATE DATABASE and also add AUTO_INCREMENT value.
  • After that click on “Go” button.
  • Now you have to verify the clone database by clicking on “Databases” button.
  • At last you can check your created clone database with the new provided name.
 
Top