Timeout Parameter (Connect-MySQL Cmdlet)
The value in seconds until the connection timeout error is thrown.
Syntax
Connect-MySQL -Timeout int
Data Type
int
Default Value
30
Remarks
If Timeout is 0, operations do not time out. The operations run until they complete successfully or until they encounter an error condition.
If Timeout expires and the operation is not yet complete, the cmdlet throws an exception.