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

MySQL Port Assignments

1 view
Skip to first unread message

Tyler Gingrich

unread,
Jan 1, 2001, 4:43:10 PM1/1/01
to

The main connection to mysql comes in by default on port 3306. What ports
does mysql use for the response?

I assume this is a port range, if so, is it configurable?

If configurable, where?

Thanks

Tyler Gingrich
Avantgo, Inc.


--
---------------------------------------------------------------------
Please check "http://www.mysql.com/documentation/manual.php" before
posting. To request this thread, e-mail mysql-th...@lists.mysql.com

To unsubscribe, send a message to:
<mysql-unsubscribe-mysql=freebsd.csie...@lists.mysql.com>

If you have a broken mail client that cannot send a message to
the above address (Microsoft Outlook), you can use:
http://lists.mysql.com/php/unsubscribe.php

Jeremy D. Zawodny

unread,
Jan 1, 2001, 7:45:22 PM1/1/01
to
On Mon, Jan 01, 2001 at 02:42:24PM -0700, Tyler Gingrich wrote:
>
> The main connection to mysql comes in by default on port 3306. What
> ports does mysql use for the response?

Whatever it needs to in order to communicate with the client. If the
client picks a source port of 9324, the server will use that as the
destination port of the response packets.

It's really no different than apache, telnet, ssh, or most other TCP
based servers.

Can it be modified to use a restricted range? I suspect so if you're
willing to restrict the set of clients that communicate with the
server, too.

But I don't know why you'd want to do that. If you're looking at
firewalling or security, any decent firewall can filter on both source
and destination ports.

But you may have some other reason in mind...

Jeremy
--
Jeremy D. Zawodny, <jza...@yahoo-inc.com>
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878 Fax: (408) 530-5454
Cell: (408) 439-9951

0 new messages