keesvanbreukelen
Programmer
Hi
I use mysqldump from php to backup my mysql database. The code to do the backup is:
exec('c:\wamp\bin\mysql\mysql5.1.33\bin/mysqldump -hlocalhost -uroot wbs_ezitime > c:\temp\test.sql');
When I run my php file, the backup file is produced correctly, but the script then hangs and never returns or times out. When I paste the command to a command line it works correctly.
Any suggestions how to fix or drill down would be appreciated.
Kees
I use mysqldump from php to backup my mysql database. The code to do the backup is:
exec('c:\wamp\bin\mysql\mysql5.1.33\bin/mysqldump -hlocalhost -uroot wbs_ezitime > c:\temp\test.sql');
When I run my php file, the backup file is produced correctly, but the script then hangs and never returns or times out. When I paste the command to a command line it works correctly.
Any suggestions how to fix or drill down would be appreciated.
Kees