Hello,
I am making an app, which needs to connect to a MySQL server.
In this datbase I have all the information for each user (password, and few datafields). This data I want to use in my app for futher use.
Is there a way to connect with mySQL server directly and get data ?
I can see example with a PHP code, but I'm wondering if it can work without php page.
I am making an app, which needs to connect to a MySQL server.
In this datbase I have all the information for each user (password, and few datafields). This data I want to use in my app for futher use.
Is there a way to connect with mySQL server directly and get data ?
I can see example with a PHP code, but I'm wondering if it can work without php page.