Duplicating table in MYSQL without copying one row at a time

Posted by ming yeow on Stack Overflow See other posts from Stack Overflow or by ming yeow
Published on 2010-05-19T16:56:10Z Indexed on 2010/05/19 17:00 UTC
Read the original article Hit count: 204

Filed under:
|
|
|

Hi folks, I want to duplicate a very large table, but I do not want to copy it row by row. Is there a way to duplicate it?

For example, you can TRUNCATE w/o deleting row/row, so i was wondering if there is something similar for copying entire tables

© Stack Overflow or respective owner

Related posts about mysql

Related posts about duplicate-data