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
Enter ssh and enter the following command to rese...
1Several common character sets In MySQL, the most...
1. What is CSS Animations is a proposed module fo...
Because a certain function of my project requires...
Table of contents definition Constructor bodies a...
Result:Implementation Code html <div class=...
The command line mysqld –skip-grant-tables cannot...
Style Sheets CSS (Cascading Style Sheets) is used...
Table of contents Show Me The Code Test the effec...
describe This article introduces a method to impl...
Table of contents Find the problem 1. How to remo...
Today I was dealing with the issue of migrating a...
Table of contents Preface What is index pushdown?...
Table of contents 1. Error message 2. Cause of er...
1. Property List Copy code The code is as follows:...