Home » Database » DB_DataObject » Bug #1173
DSN problens with % caracter
Details
| Submitted | 2004-04-10 11:50 UTC |
|---|---|
| From | maka3d at yahoo dot com dot br |
| Status | No Feedback |
| Package | DB_DataObject |
| PHP Version | 4.3.4 |
| OS | winXP/FreeBSD |
| Roadmaps | (Not assigned) |
Comments
[2004-04-10 11:50 UTC] maka3d at yahoo dot com dot br
Description:
------------
DSN does not autenticate with mysql if password contains the caracter %.
with this DSN:
mysql://username:srs2%342@host/database
I get an error message that says: could not connect using password = YES.
I change the mysql password and DSN to this:
mysql://username:srs2342@host/database
and works fine.
With the old password I could connect without problens using mysql_pconnect or mysqlfront.
I think this problem may happen with other db packages that use DSN