community.aegirproject.org
upgrade.txt
Referenced Page:
0.4-beta2 release notes Dear All,
I just found something a bit irritating in the upgrade.txt:
Line 271 mysql -uroot -p mysql
As i understand it, that is merely a syntax example while the full commands follow. So i guess this line is not necessary. Or do i misunderstand that?
Lines 279-282 Shell commands::
mysql -u root -p -e "GRANT ALL ON . to 'aegir_root'@'$AEGIR_HOST' IDENTIFIED BY 'xxxx' WITH GRANT OPTION;" mysql -u root -p -e "GRANT ALL ON . to 'aegir_root'@'$AEGIR_IP' IDENTIFIED BY 'xxxx' WITH GRANT OPTION;"
I actually thought that both must result in the same entry - and it really was the same in my case. There is only one additional database entry. Is that fine - or should i produce two entries?
regards Christian