Copy the table and data backup

mysql replication tables and table data

Copy Table:
Table create a new table name like to be backed up.
Copy the table data:
INSERT table into a new table name select * from backed up.

Guess you like

Origin www.cnblogs.com/liyunchuan/p/11490607.html