EnsureKeepAlive Parameter (Connect-MySQL Cmdlet)
When set to True, a COM_PING is sent to check if the server is alive.
Syntax
Connect-MySQL -EnsureKeepAlive SwitchParameter
Data Type
bool
Default Value
false
Remarks
When set to True, a COM_PING is sent to check if the server is alive. The default behavior is to not send a COM_PING.