Port Parameter (Connect-MySQL Cmdlet)
The port of the MySQL server. Supports cluster servers, for example: '3306, 3307', the number of the port should match with Servers.
Syntax
Connect-MySQL -Port string
Data Type
cstr
Default Value
"3306"
Remarks
The port of the server hosting the MySQL database.
This is a required parameter.