Characterset Parameter (Connect-MySQL Cmdlet)
Specifies the default client character set used by the provider for encoding queries it sends to the server.
Syntax
Connect-MySQL -Characterset string
Data Type
cstr
Default Value
""
Remarks
By default, the cmdlet processes queries as Unicode. If you set this property to another value, you may lose the ability to use some characters.
In most cases, you should keep the default setting.