diff options
author | ivoras <ivoras@FreeBSD.org> | 2012-03-26 11:48:47 +0000 |
---|---|---|
committer | ivoras <ivoras@FreeBSD.org> | 2012-03-26 11:48:47 +0000 |
commit | a8f59181c3423ffe1d54c152aefeb37f0234923e (patch) | |
tree | 1730e536fcca9ca83f21e4fbe4f040bcb68fb813 /etc | |
parent | fd561480db34c3cacc88ece00cce76c6dd422eca (diff) | |
download | FreeBSD-src-a8f59181c3423ffe1d54c152aefeb37f0234923e.zip FreeBSD-src-a8f59181c3423ffe1d54c152aefeb37f0234923e.tar.gz |
Add MySQL port 3306
Obtained from: http://www.iana.org/assignments/port-numbers
MFC after: 1 week
Diffstat (limited to 'etc')
-rw-r--r-- | etc/services | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/services b/etc/services index 642fe08..6f254fa 100644 --- a/etc/services +++ b/etc/services @@ -2219,6 +2219,8 @@ iscsi-target 3260/tcp # iSCSI port iscsi-target 3260/udp # iSCSI port ccmail 3264/tcp #cc:mail/lotus ccmail 3264/udp #cc:mail/lotus +mysql 3306/tcp #MySQL +mysql 3306/udp #MySQL dec-notes 3333/tcp #DEC Notes dec-notes 3333/udp #DEC Notes rdp 3389/tcp #Microsoft Remote Desktop Protocol |