Commit 19437aad by Michael DeHaan

Merge pull request #6798 from follower/patch-5

Clarify the port value always defaults to 3306
parents 18b713fd 4be010b0
...@@ -131,7 +131,7 @@ options: ...@@ -131,7 +131,7 @@ options:
aliases: [] aliases: []
port: port:
description: description:
- Port number that the DB instance uses for connections. Defaults to 3306 for mysql, 1521 for Oracle, 1443 for SQL Server. Used only when command=create or command=replicate. - Port number that the DB instance uses for connections. Defaults to 3306 for mysql. Must be changed to 1521 for Oracle, 1443 for SQL Server, 5432 for PostgreSQL. Used only when command=create or command=replicate.
required: false required: false
default: null default: null
aliases: [] aliases: []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment