Home > Database > Mysql Tutorial > body text

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

WBOY
Release: 2016-06-01 14:01:31
Original
915 people have browsed it

mysqldump

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


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

shell> mysqldump [OPTIONS] database [tables]   

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

通过执行mysqldump

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template