Description. This function allows you to set a local bind address for the management server. If used, it must be called before connecting to the management server.
This function was added in MySQL 5.1.18.
Signature.
int ndb_mgm_set_bindaddress ( NdbMgmHandlehandle
, const char*address
)
Parameters. This function takes two parameters:
A management handle (NdbMgmHandle
).
A string address
of the
form
.
host
[:port
]
Return value. Returns an integer:
0
indicates success
Any nonzero value indicates failure (the address was not valid)
Errors caused by binding an otherwise valid local address are not reported until the connection to the management is actually attempted.