php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33 Connecting to Specific Ports
Submitted: 1998-02-03 23:16 UTC Modified: 1998-02-05 20:19 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: chris at mrboston dot com Assigned:
Status: Closed Package: mSQL related
PHP Version: 3.0b4 OS: BSD
Private report: No CVE-ID: None
 [1998-02-03 23:16 UTC] chris at mrboston dot com
Guys,
Is it possible to tell PHP which port to connect to when working with mSQL or mySql?

Or does PHP connect to the default only?
 
ie Can I run Two mSQL servers each on diffrent ports and access them seperatley?

Chris

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-05 20:19 UTC] zeev
The mSQL API doesn't allow for the port to be set in runtime.
However, support for optional port has been added to the
MySQL connect functions (mysql_connect("host:port",...))

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC