Server Parameter (Connect-MySQL Cmdlet)
The host name or IP address of the server. Supports cluster servers, for example '192.168.0.1,192.168.0.2'.
Syntax
Connect-MySQL -Server string
Data Type
cstr
Default Value
""
Remarks
The host name or IP of the server hosting the MySQL database.
This is a required parameter.