4603
4606
"Max number of connection attempts when connecting to server",
4604
4607
(char**) &opt_max_connect_retries, (char**) &opt_max_connect_retries, 0,
4605
4608
GET_INT, REQUIRED_ARG, 500, 1, 10000, 0, 0, 0},
4609
{"mysql", 'm', N_("Use MySQL Protocol."),
4610
(char**) &opt_mysql, (char**) &opt_mysql, 0, GET_BOOL, NO_ARG, 0, 0, 0,
4606
4612
{"password", 'P', "Password to use when connecting to server.",
4607
4613
0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
4608
4614
{"port", 'p', "Port number to use for connection or 0 for default to, in "