ctigeek / InvokeQueryPowershellModule

A Powershell module of Cmdlets for querying most types of databases.
https://www.powershellgallery.com/packages/InvokeQuery
MIT License
58 stars 10 forks source link

Req: choose port number (for at least MySQL) #14

Open mbourgon opened 6 years ago

mbourgon commented 6 years ago

I would like the ability to choose the port to connect to. I use local and remote MySQL databases through a jump box (bastion host, passthrough, etc), and I have that mapped to a different port. Being able to choose the port would allow me to use Invoke-MySqlQuery with it. Thanks!

Eisen-Hardt commented 5 years ago

Seconded. Using a non-default port I don't have a way to connect to my server using Invoke-MySqlQuery with the -Server parameter.