MySQL Forums
Forum List  »  Newbie

Re: backup database - mysqldump problem with 5000 tables and more
Posted by: Markus Sander
Date: June 29, 2005 01:37AM

I have been using this one:

exec("mysqldump -u dataname -ppwd --add-drop-table dataname table1 table2 etc >dump" . date('Ymd') . ".sql");

I am dumping some tables, after them, once again in a loop till I backuped all the database.

But ... I still get the internal server error.
The Curious thing is that I get this error, but the script is still running and backing up until the timeout.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.