Home » Database » DB » Bug #2814
create NEW connection (mysql)
Details
| Request #2814 | create NEW connection (mysql) |
|---|---|
| Submitted | 2004-11-23 15:25 UTC |
| From | andre dot steffens at adress-research dot de |
| Status | Duplicate |
| Package | DB |
| PHP Version | 4.3.9 |
| OS | win2k |
| Roadmaps | (Not assigned) |
Comments
[2004-11-23 15:25 UTC] andre dot steffens at adress-research dot de
Description:
------------
with DB::connect() it isn't possible to say that a new connection should be created. the correct form would be:
mysql_connect($host, $user, $pwd, true);