More information about the Underscore mailing list

[_] Accessing hosted MySQL databases

James Fidell james at cloud9.co.uk
Wed Jun 4 18:02:18 BST 2008

Matt Kane wrote:
> On 4 Jun 2008, at 14:32, Jason Nevin wrote:
> 
>> I have a hosted site and I want to be able to access my hosed  
>> database from a desktop application. I'm informed by the hosting  
>> company (newnet), however, that they firewall off ANY external  
>> access to their databases. I.e I can only access the data through an  
>> application running on their server (i.e PHPAdmin or my own web  
>> app). Is this normal? I've used several hosting companies in the  
>> past and this is the first time that I've come accross this problem.
> 
> 
> Shouldn't you be using an ssh tunnel anyway?

Definitely the way I'd do it.  I don't even usually configure mysql to
listen on an external port unless I want replication or something like
that.

James