Got a follow-up e-mail message about a post here, but the post is not showing. Odd. Anyway, some asked:
[quote]
This sounds stupid, but I am new…
How or what commands do i use to get to “/var/www/fog/commons/config.php” once i go here: sudo mysql -u root -p?
[/quote]
Sorry, I should have been more clear. You don’t need to use the “sudo mysql -u root -p”. I just added that because it is an easy way to verify that you know the mysql password. If you get in, then you can just exit mysql. You need to put that password in /var/www/fog/commons/config.php. It is the ‘DATABASE_PASSWORD’ variable, if I recall correctly.
Just type “sudo vi /var/www/fog/commons/config.php” to edit the file and insert your mysql password. Some people hate vi, so you could substitute vi in the command above with ‘gedit’. That will give you a graphical editor in a new window. Just insert the mysql password and save the file. Then try to open the WEBUI again.
Let us know if that works.