Post Aegir installation - Hosting Servers Page Concerns (2 Servers, not 1)
There may not be an issue here, but my intuition tells me that it could be later on.
While watching a Drupal Friendly screencast produced by Natalie, I noticed that her ~/hosting/servers page looked quite different from mine.
You can view her Severs page here. http://friendlydrupal.com/screencasts/install-platforms-and-sites-aegir-...
My Servers page is attached below. Natalie only listed one server, which I believe was localhost.
My Servers page lists two servers. 1) My FQDN (liebens), and 2) localhost.
What looks odd to me is that my FQDN is only associated with the Apache web server, and the localhost is only associated with mysql. I am thinking that if I later wanted to migrate this hostmaster site to another server, then I may have a problem with the mysql database.
Per the Aegir installation instructions, I created another MySQL root account for Aegir using the following MySQL command:
GRANT ALL PRIVILEGES ON . TO 'aegir_root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
ergonlogic confirms that '%' is a wildcard. It appears that the wildcard defaults to localhost in this case.
egonlogic also wonders if there might be an issue with sockets down the road.
Am I going to run into any possible problems? Should I just reinstall Aegir using the FQDN (the value returned by 'hostname -f') instead of '%'?
Any guidance or comments would be most appreciated.
Thanks.
#1
From the ensuing IRC discussion in #aegir.