Use IPv6 for created listeners

When listeners are created, use the default values of [::]:3306.
This commit is contained in:
Markus Mäkelä
2017-03-29 17:14:39 +03:00
parent 1901a3bc0a
commit b458b63756
4 changed files with 6 additions and 6 deletions

View File

@ -1071,7 +1071,7 @@ struct subcommand createoptions[] =
"Create a new server from the following parameters.\n\n"
"SERVICE Service where this listener is added\n"
"NAME Listener name\n"
"HOST Listener host address (default 0.0.0.0)\n"
"HOST Listener host address (default [::])\n"
"PORT Listener port (default 3306)\n"
"PROTOCOL Listener protocol (default MySQLClient)\n"
"AUTHENTICATOR Authenticator module name (default MySQLAuth)\n"