We are using VB6 to access the MYSQL, while we use ADO OCX to
connect to the database, we are able control the timeout, but using
connection string, we are unable to .
As our current applications perform minimum of one update/addnew
per second and sometime, even more. There are at least 10 appli
>From time to time I seem to see error messages in my database.err log file
for MySQL.
020130 11:19:10 Aborted connection 40437 to db: 'xyz' user: 'abc' host:
`localhost' (Got an error reading communication packets)
I've been reading about the Morning Bug and here's what I extracted about it:
t;
> mOrP
>
> > -Original Message-
> > From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 16, 2001 6:17 PM
> > To: Sam
> > Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> > Subject: Re: [PHP] Databas
s [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 16, 2001 6:17 PM
> To: Sam
> Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject: Re: [PHP] Database Connections - permanent or something else?
>
>
> On Tue, 16 Jan 2001, Sam wrote:
>
> > Hi,
On Tue, 16 Jan 2001, Sam wrote:
> Hi,
>
> I have several web pages that are built with php and mySQL.
> I use a new connection for each script.
> Should I be using a permanent connection? Or is there a better way around
> this?
>
> Regards,
> Sam Rose
>
Persistent connections are more efficient
Hi,
I have several web pages that are built with php and mySQL.
I use a new connection for each script.
Should I be using a permanent connection? Or is there a better way around
this?
Regards,
Sam Rose
-
Before posting, pleas