I mentioned that it might not work on a windows server. It should work on unix systems though.
AllMadden: Please post the code on and around that line.
Schorsch: What are the details of your server? What is the OS being used? Try executing this command from an SSH window on your server:
mysqldump --opt -uDBUSERNAME -pDBPASSWORD DBNAME > /path/to/backup/file.sql
Tell me if that works.
|