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
Preface: I recently started to study the construc...
1. Create the /usr/local/services/zookeeper folde...
Hyperlink, also called "link". Hyperlin...
Overview Binlog2sql is an open source MySQL Binlo...
Hash Join Hash Join does not require any indexes ...
Table of contents Business Logic Data table struc...
1. Basic lines 2. Special effects (the effects ar...
<br />What principles should be followed to ...
Why use prettier? In large companies, front-end d...
Download the zip installation package: Download a...
Today, when developing, I encountered a method wh...
The detailed process of using MySQL database with...
We live in a visual world and are surrounded by m...
There are too many articles about xhtml+css websi...
Table of contents 1. Conventional ideas for time ...