128
128
"Password to use when connecting to server. If password is not given it's solicited on the tty.",
129
129
0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
130
130
{"port", 'P', "Port number to use for connection or 0 for default to, in "
131
"order of preference, my.cnf, $DRIZZLE_TCP_PORT, "
131
"order of preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
132
132
"built-in default (" STRINGIFY_ARG(DRIZZLE_PORT) ").",
133
133
(char**) &opt_mysql_port,
134
134
(char**) &opt_mysql_port, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0,