User Parameter (Connect-MySQL Cmdlet)
Specifies the user ID of the authenticating MySQL user account.
Syntax
Connect-MySQL -User string
Data Type
cstr
Default Value
""
Remarks
The authenticating server requires both User and Password to validate the user's identity.
This is a required parameter.