How to use MySql in Fuse

Is it possible to use MySQL as datastorage with Fuse?

MySQL doesn’t run in the mobile (neither iOS or Android), so if you want to store data from the mobile application somewhere else than on the mobile, you need a server application (web server) that runs a webserver / application server (PHP, Java, C#…) and MySQL.

There’s also a service called “Parse” (you can use for free) and good video tutorial on how to store and retreive data from parse usinge Fuse.

Thanks for fast reply, is there a example where Fuse (Javascript) use a PHP-script for updating MySQL data on a web-server thru http:// ?

Nothing I am aware of, but start with any JSON tutorial on Fuse and then any PHP/MYSQL JSON tutorial on the server side. JSON is the connection here.