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

MYSQL教程:mysqldump使用说明._MySQL

WBOY
Release: 2016-06-01 14:01:41
Original
871 people have browsed it

mysqldump

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

SQL代码
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