Use mysqldump command line tool to create logical backup

Source: Internet
Author: User

Use mysqldump command line tool to create logical backup

The mysqldump command creates a logical backup, and the result set has two formats: one is to convert data into standard SQL statements (a bunch of CREATE, DROP, INSERT, and other statements ), the other is to output data to a flat file in a bounded format according to the specified delimiter.

[Mysql @ mysql1 ~] $ Mysqldump

Usage: mysqldump [OPTIONS] database [tables]

OR mysqldump [OPTIONS] -- databases [OPTIONS] DB1 [DB2 DB3. ..]

OR mysqldump [OPTIONS] -- all-databases [OPTIONS]

For more options, use mysqldump-help

[Mysql @ mysql1 ~] $ Mysqldump-usystem-p123456-S/data/mysqldata/3306/mysql. sock mysql>/data/mysqldata/backup/mysql_fullbak. SQL

[Mysql @ mysql1 ~] $ Mysqldump-usystem-p123456-S/data/mysqldata/3306/mysql. sock -- databases mysql test>/data/mysqldata/backup/mysql_test_fullbak. SQL

[Mysql @ mysql1 ~] $ Mysqldump-usystem-p123456-S/data/mysqldata/3306/mysql. sock -- all-databases>/data/mysqldata/backup/all_fullbak. SQL

Output Format File: delimiter, another storage Object Organization (create table ..........------------

[Mysql @ mysql1 ~] $ Mysqldump-usystem-p123456-S/data/mysqldata/3306/mysql. sock -- tab =/data/mysqldata/backup mysql

Perform the following operations in 5.6:

Add

[Mysqldump]

User = system

Password = 123456

[Mysql @ mysql1 ~] $ Mysqldump-S/data/mysqldata/3306/mysql. sock mysql>/data/mysqldata/backup/mysql_fullbak. SQL

[Mysql @ mysql1 ~] $ Mysqldump-S/data/mysqldata/3306/mysql. sock -- tab =/data/mysqldata/backup mysql

This article permanently updates the link address:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.