RE: [PHP-DB] overrun??

2001-04-09 Thread Ben Cairns

Closing a MySQL connection is a good habit to get into,

However, what you describe, doesn't sound like a PHP error, it may just be one 
of the many errors with msie rearing its head.


-- Ben Cairns - Head Of Technical Operations
intasept.COM
Tel: 01332 365333
Fax: 01332 346010
E-Mail: [EMAIL PROTECTED]
Web: http://www.intasept.com

"MAKING sense of
the INFORMATION
TECHNOLOGY age
@ WORK.."


-- 
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: RE: [PHP-DB] overrun??

2001-04-09 Thread Russ Michell

Cheers Ben.

However if I close a connection, how is it possible to reconnect if the 
connection needs to be reused, i.e if further DB data is requested? Is 
it just a matter if refreshing the page and it all resets??

Russ

#---#

 "Believe nothing - consider everything"

  Russ Michell
  Anglia Polytechnic University Webteam
  www.apu.ac.uk/webteam
  [EMAIL PROTECTED]
  +44 (0)1223 363271 ext 2331
  
  www.theruss.com

#---#


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

2001-04-09 Thread B. van Ouwerkerk


I use PHP4pl1 with MySQL 3.22.32

That's OLD. 3.23.36 is current.

Does other connects run without a problem? like with other databases??

If not, try what happens if you upgrade mysql to current and recompile 
PHP.. please, use the right API version.. I always prefer to use the one 
that comes with MySQL..

There are a few problems with a few versions MySQL in the 3.22 versions.. 
don't know of the top of my head which version and which problem.

Another thing: try to use it with a known good script.. or try a tutorial.. 
depends a bit on your own expertise..

Bye,


B.


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

2001-04-09 Thread Russ Michell

Whoa there!!

It's no *BIG* deal! It all works fine I just wondered why the connecton 
seemed to linger a little longer than it should!
I'll go with Ben's idea and close off the connectons at the bottom of 
my script. As for using a new version of MySQL - what's the point? It 
works fine. I can insert, select and update - all fine. WHy on earth 
would I want to upgrade to a new version which would prob take me all 
day, maybe crash the server on which several important websites sit on, 
and is generally more hassle than it's worth.

If it aint broke - don't fix it.

Cheers for your ideas folks.

Russ

#---#

 "Believe nothing - consider everything"

  Russ Michell
  Anglia Polytechnic University Webteam
  www.apu.ac.uk/webteam
  [EMAIL PROTECTED]
  +44 (0)1223 363271 ext 2331
  
  www.theruss.com

#---#


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