Hi,

If it's a php script dumping the data, have a look at the
"max_execution_time" config variable. IIRC the default is 30 seconds, which
you can override from within the running script with
ini_set ("max_execution_time", 100000);

Hope this helps.

Thomas

> -----Ursprüngliche Nachricht-----
> Von: Nagasea [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 18. Dezember 2001 02:20
> An: Fred; [EMAIL PROTECTED]
> Betreff: Re: [PHP-DB] Re: Table to BIG to dump, how ?
> 
> 
> there are no error message, the browser is suddenly stop 
> (like no connection)
> 
> --- "Fred" <[EMAIL PROTECTED]> wrote:
> >Where is the error msg?
> >
> >Fred
> >
> >Nagasea <[EMAIL PROTECTED]> wrote in message
> >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >> I always got this error message when I tried to dump my 
> structure and data
> >table to a file.
> >> I think it's because the file table size it BIG (almost 10mb).
> >> Is there anyway to dump that table to file without getting 
> browser time
> >out ?
> >>
> >> Please help me here..
> >>
> >> -Naga
> >>
> >> _____________________________________________________________
> >> www.kaskus.com - Community Forum & Free Email service
> >
> >
> >
> >-- 
> >PHP Database Mailing List (http://www.php.net/)
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 
> _____________________________________________________________
> www.kaskus.com - Community Forum & Free Email service
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to