diff options
author | petr@mysql.com <> | 2004-12-23 20:47:03 +0300 |
---|---|---|
committer | petr@mysql.com <> | 2004-12-23 20:47:03 +0300 |
commit | 1ea48a2dbf197b3e49874deace2fff5fd7c4b34e (patch) | |
tree | 7a124ea3d14b3692bcfdb12fe64b75b403fb2e16 /server-tools | |
parent | bf40ab8cb1c129a2da1ae92f1c5ff2fd296ad962 (diff) | |
download | mariadb-git-1ea48a2dbf197b3e49874deace2fff5fd7c4b34e.tar.gz |
Set default port to the one assigned by IANA
Diffstat (limited to 'server-tools')
-rw-r--r-- | server-tools/instance-manager/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tools/instance-manager/Makefile.am b/server-tools/instance-manager/Makefile.am index a15ff9321cb..c2bf501eca7 100644 --- a/server-tools/instance-manager/Makefile.am +++ b/server-tools/instance-manager/Makefile.am @@ -34,7 +34,7 @@ liboptions_a_CPPFLAGS= $(CPPFLAGS) \ -DDEFAULT_USER="root" \ -DDEFAULT_PASSWORD="" \ -DDEFAULT_MONITORING_INTERVAL="5" \ - -DDEFAULT_PORT="33006" \ + -DDEFAULT_PORT="2273" \ -DPROTOCOL_VERSION=@PROTOCOL_VERSION@ liboptions_a_SOURCES= options.h options.cc priv.h priv.cc |