ProxyServer Parameter (Connect-MySQL Cmdlet)
The hostname or IP address of the proxy server that you want to route HTTP traffic through.
Syntax
Connect-MySQL -ProxyServer string
Data Type
cstr
Default Value
""
Remarks
The cmdlet only routes HTTP traffic through the proxy server specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the cmdlet instead routes HTTP traffic through the proxy server specified in your system proxy settings.