Closed (fixed)
Project:
Provision
Component:
User interface
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Nov 2010 at 21:39 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent
Following #952144: support local socket connexions for mysql, we should consider making this the default: if not specific --aegir_db_host is specified, we most likely want to install on the local mysql server, don't we?
If not, the user can override the setting. If we don't want to set it to localhost, we can still pass --aegir_db_host to point to the right local domain that will resolve to the right IP that MySQL listens on.
Comments
Comment #1
omega8cc commentedIt is broken: http://drupal.org/node/978784
At least for me.
Comment #2
anarcat commentedWhat about making this the default now that it actually works? :)
Comment #3
omega8cc commentedSince it works great (again) I have no objections, it can be easily overriden and probably 99% of installs are using only local db anyway and it will still work out of the box with now "standard" mysql listening on all interfaces. Also, now we will be able to simply close port 3306 for remote connections and we are back safe as before, while still able to open for remote stuff if required.
Comment #4
anarcat commentedcommitted a fix to make it so.