|
Posted by Mad Hatter on 10/26/07 22:28
Hi
First off what I'm trying to do is export my mysql database to a file on my
server, preferably with an option of emailing it in compressed format. I've
tried quite a few mysql database backup programs, all of which work on a
small test database but all fail when trying to export an 10Mb+ database. I
get an the message 'Internal Server Error, this is an error with your
script, check your error log for more information.' My servers error log is
always empty. I assumed the problem was a timeout problem so added
set_time_limit(0); but still no joy. As I said, all the scripts I've tried
work fine on small databases but die on the large database. Can anyone shed
some light on where I'm going wrong?
Navigation:
[Reply to this message]
|