-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql connection with ssl #156
Comments
@icabraja theoretically any known way of connecting should be supported by using the if you can provide me a connection string example, I can provide a suggestion on how to make the connection. |
Hello @mithrandyr!
Regards, Ivan Edit: If I pass a hash table to a Examlpe:
I have also tried using the Regards, Ivan |
@icabraja - it looks like a limitation of the MySqlConnector library and .Net standard 2.0 implementations. Because I want SimplySql to work for both PS 5.1 and PS7+, I'm building against .NetStandard 2.0. I'd have to look at a different approach in order to handle this. |
Hello @mithrandyr! Thank you for the info and your effort, I apricate it. Is there maybe a way to use ODBC driver with existing DSN or to pass DSN connection values? I have tried to pass to Regards, Ivan |
@icabraja -- |
@icabraja -- The next version (2.1.0, hopefully coming out soon) -- may fix the issue you are having... |
Hello @mithrandyr! Thank you for the heads-up, and thank you for the effort. Much appreciated. |
@icabraja -- Version 2.1 is released, please see if your issue is resolved. |
Hello! Is it possible to connect to a mysql server using only ssl without a password with this module?
The text was updated successfully, but these errors were encountered: