- 1、本文档共22页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
mysqldump参数详解(国外英文资料)
mysqldump参数详解(国外英文资料)
The mysqldump parameter specifies that the mysqldump parameter is large (the parameter comes from mysql5.19 source)
parameter
Parameters that
All -databases, minus A
Export the entire database.
Mysqldump - uroot - p - all - databases
All - tablespaces, minus Y
Export all the table Spaces.
Mysqldump - uroot -p - all-databases - all - tablespaces
-- no -- tablespaces, minus y
No table space information is exported.
Mysqldump - uroot -p - all - databases - no - tablespaces
- add - drop - the database
Add the drop database statement before each database is created.
Mysqldump - uroot -p - all - databases - add -drop - database
- add - drop - table
Each data table is created before adding the drop data table. (the default is to open the state, using the skip - add -drop -table option)
Mysqldump - uroot - p - all - databases (default to add drop statements)
Mysqldump - uroot-p - all-in-databases - skip - add -drop - table (cancel the drop statement)
- add - the locks
Increase the LOCK TABLES before each TABLE export and then UNLOCK TABLE. (the default is to open the state, using the skip - add -locks option)
Mysqldump - uroot - p - all - databases (default to add LOCK statements)
Mysqldump - uroot-ps-a-se-add-locks (cancel the LOCK statement)
- allow - keywords
Allow creation to be the name of the keyword. This is done by the table name in each column name.
Mysqldump - uroot -p - all - databases
- apply - slave - statements
Add STOP SLAVE to CHANGE MASTER and add START SLAVE at the end of the export.
The mysqldump - uroot -p - all - databases
- character sets -- dir
Directory of character set files
The mysqldump - uroot -p - all - databases - character-sets - dir = / usr/local/mysql/share/mysql/charsets
- comments
Additional comment information. The default is to open, and you can use -- skip - comments
Mysqldump - uroot - p - all - databases (default record comments)
Mysqldump - uroot - p - all - databases - skip comments (uncomment)
- compatible
The
您可能关注的文档
最近下载
- PRS-7000_220KV型数字变电站自动化系统技术使用说明书.pdf VIP
- 国开电大《个人与团队管理》(试卷号22269)机试试题.pdf
- 2024广东统招专升本《大学语文》全书知识点汇总课件.pdf
- 虫害控制程序(SSOP).doc VIP
- 2025届【九省联考】全国高三10月联考数学答案.docx
- 滥竽充数-完整版PPT课件.ppt
- 2024华医网继续教育护理多学科协作,为老年外科患者保驾护航题库答案.docx VIP
- 冀教版小学数学五年级上册7.3《土地资源问题》说课PPT(共21张PPT).pptx VIP
- 嵌入式技术入门与实战(基于STM32)全套教学课件.pptx
- 2024年煤炭销售绩效考核办法.pdf VIP
文档评论(0)