Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

what port?

8 views
Skip to first unread message

richard

unread,
May 6, 2013, 10:38:03 PM5/6/13
to
http://www.dbsoftwarelaboratory.com/database-browser/overview.html

I want to try out this program.
It asks for a port.
Which would be what?
My host is hostgatot.com and it will be an Mysql database.

Gordon Burditt

unread,
May 7, 2013, 3:02:25 AM5/7/13
to
The server and the client must agree on which port to use (the
settings are independent for client and server). If you are using
a host name of 'localhost' (case sensitive in this case, and *NOT*
the same thing as 127.0.0.1), the port isn't used but the path name
to a UNIX-domain socket is (and must be the same for server and
client).

The standard TCP port for MySQL is 3306. You should use this unless
you are running multiple instances of MySQL servers on the same
host, in which case the ports used by the different instances must
be different, and only one of them can have 3306.

This program is a MySQL client, and you'll need to set up a MySQL
server somewhere (possibly on the same host). It is generally
considered poor practice to expose your MySQL server port to the
world-wide Internet.

Lew Pitcher

unread,
May 7, 2013, 12:59:23 AM5/7/13
to
On Monday 06 May 2013 22:38, in comp.databases.mysql, nor...@example.com
wrote:
http://bit.ly/vz9J5S

--
Lew Pitcher
"In Skills, We Trust"

Luuk

unread,
May 7, 2013, 3:51:06 PM5/7/13
to
On 07-05-2013 06:59, Lew Pitcher wrote:
> On Monday 06 May 2013 22:38, in comp.databases.mysql, nor...@example.com
> wrote:
>
>> http://www.dbsoftwarelaboratory.com/database-browser/overview.html
>>
>> I want to try out this program.
>> It asks for a port.
>> Which would be what?
>> My host is hostgatot.com and it will be an Mysql database.
>
> http://bit.ly/vz9J5S
>

I think, in this case, that this link is better:
http://support.hostgator.com/articles/cpanel/how-to-connect-to-the-mysql-database-remotely

(found via this link: http://bit.ly/10mxtqN )

richard

unread,
May 8, 2013, 3:19:46 PM5/8/13
to
3306 actually.
0 new messages