Back up the database with Bak file under Windows

Source: Internet
Author: User

Copy and place the following code into the TXT file.

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*

@echo off
Echo.
echo MySQL Database backup

Echo *****************************
Echo.
Echo is%date% today.
Echo Time is%time%
Echo.
Echo *****************************


Set "ymd=%date:~,4%%date:~5,2%%date:~8,2%"

MD "D:\JDBC\%Ymd%"

"C:\Program files\mysql\mysql Server 5.1\bin\mysqldump"--opt-q-uroot-pabc123--default-character-set=latin1 Test > "D:\JDBC\%Ymd%\test_bak.sql"

Echo.

echo MySQL database backup complete, please check ...

Echo.
Echo.

Pause

Note Modify the file that the database bin path and database password will be backed up

Then modify the suffix to Bak file and double click to complete

You can then add a task execution plan under Windows, and the departure test

Back up the database with Bak file under Windows

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.