Tag

#Duplicate Table

Duplicate a table in MySQL

2014-10-17

  Very simple! Log on to your MySQL instance, and select the DB you table is in; mysql> use mydatabase; Create the new table with the same structure…