Home > Database > Mysql Tutorial > MYSQL 教程:mysqldump使用说明_MySQL

MYSQL 教程:mysqldump使用说明_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 14:01:23
Original
1117 people have browsed it

mysqldump

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

SQL代码
shell> mysqldump [OPTIONS] database [tables]   
如果你不给定任何表,整个数据库将被导出。

通过执行mysqldump

Related labels:
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