views:

197

answers:

3

Many Windows MySQL tools like Navicat or EMS have this thing - You just put a PHP file on a shared hosting and can connect local running program to the remote MySQL server on the Web via the web service exposed by that php file.

Are there any good popular free solutions to expose full MySQL as a web service using PHP?

A: 

The most common is PHPMyAdmin: http://www.phpmyadmin.net/

It's an easy way to control your database through the browser, and is written entirely in PHP.

Timothy Armstrong
I don't need to control it manually. I want to use the database from an application having no direct access the database server. Actually I want my local application to store its data in a database of a shared web hosting server.
Ivan
+1  A: 

SQLyog HTTP Tunnel is a very decent one.

Alix Axel
+1  A: 

try use HTTPtunnel GNU. here example connection to MySQL using HTTPtunnel GNU.

Zoitc2014