1381
1381
N_("Password to use when connecting to server. If password is not given it's asked from the tty."),
1382
1382
0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
1383
1383
{"port", 'P', N_("Port number to use for connection or 0 for default to, in order of preference, my.cnf, $MYSQL_TCP_PORT, ")
1387
1384
N_("built-in default") " (" STRINGIFY_ARG(MYSQL_PORT) ").",
1388
1385
(char**) &opt_drizzle_port,
1389
1386
(char**) &opt_drizzle_port, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},