简体   繁体   中英

Connect Android to local mysql database via API

I am currently storing my Android data in Firebase and I want to change the structure in order to save the incoming data from the Android app in an SQL database in my local computer. I have read several solutions about how to expose a Mysql database publicly, but not much about security issues.

My questions are:

1) What it is better in order to make these Android-Mysql connections secure, Apache or SSH?

2) Are there any APIs in order not to have to configure these connections manually?

请参考下面的链接。您的问题与其中讨论的问题非常相似。 如何安全地将android连接到mysql数据库

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM