D
D
Dmitry Filippov2015-10-29 23:42:48
MySQL
Dmitry Filippov, 2015-10-29 23:42:48

How to connect to a remote MySQL server from Apache Cordova?

I am making a mobile app for a website. That is, you need the output of articles, users, etc. The database is hosted. There is no own server, so Node.JS does not roll. How can I connect to the database in order to cling data, tell me please? I would be grateful for a proper answer.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-10-30
@HorrorInferno

There is no own server, so Node.JS does not roll.

Well, do you have a website? So it is possible to organize an API to the database.

N
Nazar Mokrinsky, 2015-10-30
@nazarpc

Connecting directly to the database from a client application is a very bad idea, anyone can look at anything in your database, and probably even change something.
Write an API.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question