Detailed explanation of MySQL exporting data from a specified table Require: 1. Do not export the statements for creating a table, because the table has already been created: by default, it will be exported, first drop table and then create table; The final result is as follows: mysqldump -pxxxxxx qzt qf1_mail_account --no-create-info --insert-ignore --complete-insert --skip-extended-insert >qf1_mail_account.sql in: -pxxxxxx specifies the password mysqldump --help says -t, --no-create-info Don't write table creation info. --insert-ignore Insert rows with INSERT IGNORE. -c, --complete-insert Use complete insert statements. -e, --extended-insert Use multiple-row INSERT syntax that include several VALUES lists. (Defaults to on; use --skip-extended-insert to disable.) If you have any questions, please leave a message or come to the community to discuss. Thank you for reading and I hope it can help you. Thank you for your support of this site! You may also be interested in:
|
<<: Detailed explanation of CocosCreator optimization DrawCall
>>: Alibaba Cloud Centos7 installation and configuration of SVN
<br />This is not only an era of information...
Table of contents Application Scenario Ideas Proj...
one. Overview of IE8 Compatibility View <br /&...
Suppose there is a table: reward (reward table), ...
Skip the Docker installation steps 1. Pull the po...
Preface I wrote a small demo today. There is a pa...
The installation and configuration method of MySQ...
Table of contents 1. Create a socket 2. Bind sock...
Table of contents MyISAM and InnoDB Reasons for p...
Table of contents The first step is to download M...
During the work development process, a requiremen...
question: My blog encoding is utf-8. Sometimes whe...
Problem background: There is a requirement to tak...
Preface The original project was placed on the pu...
1. Download and unzip to: /Users/xiechunping/Soft...