Home  >  Article  >  Database  >  MySQL 的mysqldump工具导入导出数据_MySQL

MySQL 的mysqldump工具导入导出数据_MySQL

WBOY
WBOYOriginal
2016-06-01 14:01:31916browse

mysqldump

     提示:MySQL的mysqldump工具导入导出数据.


导出要用到MySQL的mysqldump工具,基本用法是:

shell> mysqldump [OPTIONS] database [tables]   

如果你不给定任何表,整个数据库将被导出。

通过执行mysqldump

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn