how copy database from phpmyadmin

Solutions on MaxInterview for how copy database from phpmyadmin by the best coders in the world

showing results for - "how copy database from phpmyadmin"
Eric
16 Jan 2017
11) Select the database you wish to copy (by clicking on the database from the phpMyAdmin home screen).
22) Once inside the database, select the Operations tab.
33) Scroll down to the section where it says "Copy database to:"
44) Type in the name of the new database.
55) Select "structure and data" to copy everything.  Alternately, you can select "Structure only" if you want the columns but not the data.
66) Check the box "CREATE DATABASE before copying" to create a new database.
77) Check the box "Add AUTO_INCREMENT value."
88) Click on the Go button to proceed.
9