From:             kkr at mit dot de
Operating system: Windows 2000
PHP version:      5.2.3
PHP Bug Type:     Performance problem
Bug description:  slow local mysql_connect

Description:
------------
Between 5.2.1 and 5.2.2 the PHP connects much slower to a local mysql5
installation running under apache/windows 2000. It now takes 5 seconds more
to a simple connect which at least does work after that time.
In the changelog I've seen a new mysql client lib used starting from 5.2.2
upwards, anyone else has these problems too?
The 5.2.3 still has the same behavior. A connect is either via TCP or via
named pipe/socket possible but slow. Local graphical frontends to the
database are as fast as always. MySQL version is the latest released one
5.0.41.

Reproduce code:
---------------
the usual mysql_connect()

Expected result:
----------------
I expect a connect time from 200ms and experience 5500ms now.


-- 
Edit bug report at http://bugs.php.net/?id=41906&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41906&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41906&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41906&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41906&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41906&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41906&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41906&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41906&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41906&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41906&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41906&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41906&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41906&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41906&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41906&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41906&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41906&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41906&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41906&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41906&r=mysqlcfg

Reply via email to