mysql - 通过xamarin连接MySql数据库
<p><p>我目前正在为学校做一个 iOS 应用程序来连接到学校的 mysql 数据库。
它应该能够通过 xamarin studio 上的工具连接到它。
我尝试了很多不同的编码来连接数据库,但无法这样做。
是否有任何教程或示例代码让我学习如何做到这一点?</p>
<p>感谢您的帮助!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>不要从移动应用直接连接到数据库。这样做需要将您的数据库服务器直接暴露在网络上,这是一个可怕的安全风险。更好的方法是使用 Web 服务层来代理您的客户端和服务器之间的交互。</p>
<p> <a href="http://docs.xamarin.com/guides/cross-platform/application_fundamentals/web_services/" rel="noreferrer noopener nofollow">http://docs.xamarin.com/guides/cross-platform/application_fundamentals/web_services/</a> </p></p>
<p style="font-size: 20px;">关于mysql - 通过xamarin连接MySql数据库,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/22528473/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/22528473/
</a>
</p>
页:
[1]