"MySQL" MySQL replication table structure, table data

Source: Internet
Author: User

Normally, copying and backing up tables is usually done directly by the IDE. But sometimes, some initialization of the data script, before operating the data, it is best to back up the structure of the Operation table, data, not error is placed in a dilemma.

So the statement that replicates the table structure and table data comes in handy.

> Copy table structure, table data

Create Table Select *  from t_table_name_2;

> Duplicate table structure

If you just want to copy the table structure, add a condition to filter the data (>_<)

Create Table Select *  from where  - = ;

"MySQL" MySQL replication table structure, table data

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.