Search found 1 match

by Vishak
Mon Dec 06, 2010 11:35 pm
Forum: PHP - Code
Topic: Backup code using PHP in windows
Replies: 0
Views: 349

Backup code using PHP in windows

My requirement is to backup the database of my application run locally in my system. The command is mysqldump -u user_name -ppasswd databse_name > backup.sql To run this one can use the system PHP command. But my problem is the above command works in linux but not in Windows. Do I need to make some ...