PHP vs Batch file for mysql cronjob?
- by mysqllearner
Hi,
My server details:
OS: Windows Server 2003
IIS6
Plesk 8.xx installed (currently using Plesk to set the cronjob)
I need your advice. I have 2 methods:
Method 1:
Using php + mysqldump, create databases backup files into gzip, and then send email with attachment (each databases has around about 25mb)
Method 2:
Using batch + mysqldump,…