CREATE TABLE backup_table LIKE existing_table; INSERT backup_table SELECT * FROM existing_table;
MySQL copy table data to a new table
This post brought to you by RocketGeek, ButlerBlog, and the following:
A curated collection of code snippets for WordPress