killerxf 发表于 2018-10-10 09:06:42

批处理备份WINDOS mysql-PD

c:  
cd /
  
net stop mysqlzt
  
xcopy D:\xampp\mysql\data /S D:\BACKUP\%date:~0,10%\ /y
  
net start mysqlzt


页: [1]
查看完整版本: 批处理备份WINDOS mysql-PD