Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
DB Service
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2016 at 12:26 UTC
Updated:
3 Nov 2016 at 13:44 UTC
Jump to comment: Most recent
Comments
Comment #2
helmo commentedDoes this relate to #2762479: Use ssh tunnel to connect remote MySQL server ?
Added to https://github.com/aegir-project/provision/pull/6 to help test .. (PS: Travis is not fully functional yet.)
Comment #3
memtkmcc commentedIt is a different issue (I think), but possibly related. The fix we have added is to allow remote access from typical desktop software, where "localhost" will always force it to attempt local connection and never the expected SSH tunnel. It just expects to be able to use 127.0.0.1 to make the tunnel work. It could help with server-to-server tunneling, too, perhaps.
Comment #5
helmo commentedmerged