How to connect W10 Universal App with MySQL database

旧时模样 提交于 2019-12-05 05:11:06

Add ";SslMode=None" to your connection string

I'm afarid the SSL connection is not supported by MySql WinRT connector. You have to disable the SSL connection from the MySql server.

Chapter 8 Connector/Net Support for Windows Store

Connector/Net RT does not support SSL connections or Windows authentication. Also, SHA256 is not currectly supported.

6.3.6.4 SSL Command Options

BTW, another alternative way to retrieve the data from mysql is host a REST service: App -> Rest Service -> MySQL

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!