Hy peterlaursen, thanks for the tip, but what i actually want to do is:
I have a Joomla-site running on a remote server (ONE.COM hosted site), build on Apache, PHP and MySQL
From my Home-PC i am able to connect directly to the hosted MySQL server by SQLyog via the SQLyogTunnel.php which has been uploaded to the root directory at the remote server.
On my local PC i have an application which tracks data (scores for a sportsclub) and i want the remote MySQL server be life-updated as the data changes.
It would be nice to use that SQLyogTunnel.php. The webservices / functions in SQLyogTunnel.php are straightforward, but i do not know how to build a tunnel programmatically.