Hi,
Can u please help me?
I use exec command for running mysqldump. why can't i find the output file of mysqldump?
The code as follows:- system ("/usr/local/mysql/bin/mysqldump ABC > /home/DEF.sql);
Thanks for your reply.
can you try doing it from the command line? just type in:
touch /home/name_you_want_for_the_dump_file.txt
usr/local/mysql/bin/mysqldump -u your_username -p > /home/the_file_you_created_above.txt