Replies: 2 comments 1 reply
-
@timboss -- SimplySQL using the MySql.Data nuget package provided by Oracle. Creating the connection to a MySQL database happens through this MySqlConnection object. So this constrains what I can do with the Open-MySqlConnection cmdlet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks for the info..
sorted it out using my_print_defaults (
https://www.percona.com/blog/get-passwords-plain-text-mylogin-cnf/)
could this be included in your package?
T
…On Sun, Feb 12, 2023 at 11:07 AM Mithrandyr ***@***.***> wrote:
@timboss <https://github.com/timboss> -- SimplySQL using the MySql.Data
nuget package provided by Oracle. Creating the connection to a MySQL
database happens through this MySqlConnection object
<https://dev.mysql.com/doc/dev/connector-net/8.0/api/data_api/MySql.Data.MySqlClient.MySqlConnection.html>.
So this constrains what I can do with the Open-MySqlConnection cmdlet.
—
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALAY4NIX36RCY6MTXN6W7OTWXAZWJANCNFSM6AAAAAAUY6ZCL4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MySQL allows credentials to be saved in the users %appdata%\MySQL.mylogin.cnf via mysql_config_editor.exe
Allowing mysql queries to be called using the mysql.exe --login-path paramater
Can this functionality be included for providing credentials in Open-MySqlConnection ?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions