How to back up a MySQL database

Source: Internet
Author: User
Tags mysql backup mysql backup database

How to back up the MySQL database should say that the general database has backup requirements, MySQL backup database is very simple, but on the internet foggy, it should be I am not familiar with MySQL database. Target: Back up the MySQL database in the native to the MyDatabase database in the native-the full copy of a database. #1. C:\Program Files\mysql\mysql Server 5.0\bin>mysqldump-u root-p Mysql>backup_database.sql    Enter Password: ******** (password for your root account)After completion, there is a backup_database.sql database file generated #2 the path C:\Program files\mysql\mysql Server 5.0\bin. Root login MySQL client, set up the target database MyDatabase, #3. C:\Program Files\mysql\mysql Server 5.0\bin>mysql-u root-p Yourdatabase<backup_database.sql    enter Password: ******** (password for your root account)   #4. Completed, (login to the MySQL client, use the show tables command to check if the structure and table in Yourdatabase are identical to the structure and table in the MySQL database.
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.