I'm writing Windows 10 Universal App that operates on MySQL database.
But when I try to open connection with my database I get error:
An exception of type 'System.NotImplementedException' occurred in MySql.Data.RT.dll but was not handled in user code
Additional information: SSL not supported in this WinRT release.
I have disabled SSL in MySQL Workbench and also added skip-ssl command in my.ini file and I still get this error.
How can I fix this?
But when I try to open connection with my database I get error:
An exception of type 'System.NotImplementedException' occurred in MySql.Data.RT.dll but was not handled in user code
Additional information: SSL not supported in this WinRT release.
I have disabled SSL in MySQL Workbench and also added skip-ssl command in my.ini file and I still get this error.
How can I fix this?