mithrandyr / SimplySql

PowerShell module for querying various SQL databases
MIT License
197 stars 31 forks source link

WIKI page text needs an update on username and password part #135

Closed tomerikko closed 2 weeks ago

tomerikko commented 6 months ago

https://github.com/mithrandyr/SimplySql/wiki/Open-MySqlConnection

and i wish you can consider keeping username\password.
Credentials might be better, but i am unsure why not to continue giving us the choice to select between the 2.

Though the decision is yours!

mithrandyr commented 2 weeks ago

@tomerikko -- I've updated the Wiki to redirect to the Docs folder where I actually maintain the documentation now.

As for removing the ability to specify user/pass -- this was to bring the module inline with best practices which discourage passing the password in plaintext... If you used it, it generated a warning about the usage being deprecated (in older versions).

Is there a use-case where you need this? If so, reopen this issue and/or create a new issue with the use case. Thanks!