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
In the previous article, after configuring the we...
1. Cancel the dotted box when the button is press...
Table of contents 1. Vue listener array 2. Situat...
Ubuntu install jdk: [link] Install Eclipse on Ubu...
Preface We already know that MySQL uses the SQL S...
IIS7 needs to confirm whether the "URL REWRI...
Recently a friend asked me if I have ever played ...
mysql dirty pages Due to the WAL mechanism, when ...
Because the version I used when I was learning wa...
After reinstalling my computer recently, I downlo...
In this section, we will learn about list element...
Table of contents 1. Import files 2. HTML page 3....
1. Use the mysql/mysql-server:latest image to qui...
1. getBoundingClientRect() Analysis The getBoundi...
Often, we may need to export local database data ...