Home » Database » DB » Bug #3278
DB::parseDSN bug
Details
| Submitted | 2005-01-24 07:18 UTC |
|---|---|
| From | ceremona2000 at yahoo dot com |
| Assigned | danielc |
| Status | Bogus |
| Package | DB |
| PHP Version | 4.3.10 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2005-01-24 07:18 UTC] ceremona2000 at yahoo dot com
Description:
------------
Something is foobar with the DB DSN parser code when trying to connect to mysql unix sockets.
eg: mysql://username:pw@unix:/var/run/mysqld/mysql.sock/DBname
I can only connect to the db (using the Auth/Auth.php code) via tcp/localhost.
Reproduce code:
---------------
try connecting with something like:
mysql://username:pw@unix:/var/run/mysqld/mysql.sock/DBname
Expected result:
----------------
should connect
Actual result:
--------------
does not connect