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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: chris at mrboston dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 14:01:32 2024 UTC