Hi,
I've set up an small server running Apache, MySQL and PHP. The code works properly with the exception of dumping. I have a page where the user can click on a link and that is a reference to a PHP-script which runs mysqldump. The format is:
system("c:/Program Files/MySQL/bin/mysqldump -hhostname -uadmin -ppassword dbname > c:/Temp/filename") ;
It runs without an error, even the file with filename is created in c:/Temp but it is EMPTY! Nothing of the database structure and data is there.
However, I tried do the same thing from another computer running Linux. I used the same parameteres and worked perfectly. Now what is the problem? Permissions? Please help! Thanks a lot.
Bye,
Akos David, Hungary