Windows scheduled task settings MySQL automatic backup

Source: Internet
Author: User
Tags mysql automatic backup

Creating a BAT file

You need to put 7z.dll and 7z.exe in the bat's sibling directory and Mysqldump.exe these 3 files

Echo offCLSCD/D%~dp0REM===========configure (start) ==============Sethost=127.0.0.1SetUser=AdminSetpass=Configure your MySQL passwordSetDbname=the name of the database to be backed upREM===========configure (end) ==============REMSet-date-and-time-toymd-and-hisSet"ymd=%date:~,4%%date:~5,2%%date:~8,2%"Seth=% Time: ~0,2%SetH=%h: =0%Set"his=%h%%time:~3,2%%time:~6,2%"Echo%ymd%%his%REMMysql-dump-startmkdirsqlbakmysqldump-r-h%host%-p3306-u%user%-p%pass%%dbname%>sqlbak/%dbname%.sql7z a-txz Sqlbak/%dbname%_%ymd%%his%.xz sqlbak/%dbname%.SQLPause

Save the above to bat and then put the scheduled task settings in the Control Panel

Windows scheduled task settings MySQL automatic backup

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.