[PHP-DB] Re: Table to BIG to dump, how ?

2001-12-18 Thread Yasuo Ohgaki

Nagasea wrote:

> 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..
> 

It sounds like memory limmit and bailout problem.
Get rid of memory limit or increase memory limit,
it this is the case.

-- 
Yasuo Ohgaki


-- 
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]




AW: [PHP-DB] Re: Table to BIG to dump, how ?

2001-12-18 Thread Thomas Lamy

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", 10);

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]




Re: [PHP-DB] Re: Table to BIG to dump, how ?

2001-12-17 Thread Nagasea

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-DB] Re: Table to BIG to dump, how ?

2001-12-17 Thread Fred

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]