Die durch die Stapelverarbeitung generierten MySQL-Daten werden einmal täglich gesichert 当天命名的文件夹
in der Stapelverarbeitung und speichern die generierte SQL-Datei im Ordner
<code>@echo off set "Ymd=%date:~,4%%date:~5,2%%date:~8,2%" D:\wamp\bin\mysql\mysql5.5.24\bin\mysqldump --opt -u root --password=123456 anna > E:\crontab\mysql\sql\bbs_anna%Ymd%.sql D:\wamp\bin\mysql\mysql5.5.24\bin\mysqldump --opt -u root --password=123456 typecho > E:\crontab\mysql\sql\bbs_typecho%Ymd%.sql @echo on</code>
Die durch die Stapelverarbeitung generierten MySQL-Daten werden einmal täglich gesichert 当天命名的文件夹
in der Stapelverarbeitung und speichern die generierte SQL-Datei im Ordner
<code>@echo off set "Ymd=%date:~,4%%date:~5,2%%date:~8,2%" D:\wamp\bin\mysql\mysql5.5.24\bin\mysqldump --opt -u root --password=123456 anna > E:\crontab\mysql\sql\bbs_anna%Ymd%.sql D:\wamp\bin\mysql\mysql5.5.24\bin\mysqldump --opt -u root --password=123456 typecho > E:\crontab\mysql\sql\bbs_typecho%Ymd%.sql @echo on</code>
Erstellen Sie einfach ein neues Verzeichnis und ändern Sie es entsprechend Ihrer Datei wie folgt:
@echo off
set "Ymd=�te:~,4%�te:~5,2%�te:~ 8,2%"
mkdir E:crontabmysqlsql%Ymd%
D:wampbinmysqlmysql5.5.24binmysqldump --opt -u root --password=123456 anna > E:crontabmysqlsql%Ymd%bbs_anna.sql
D:wampbinmysqlmysql5.5.24binmysqldump --opt -u root --password=123456 typecho > E:crontabmysqlsql%Ymd%bbs_typecho.sql
@echo on