[quote=“DJCminuz, post: 1571, member: 494”]Dont know if you figured it out, but when you changed your fog password did you also do it on the OS as well?
I.E. sudo passwd fog[/quote]
Yes!I solved the problem. It was a database issue. I had to create a new FOG user and password in MySQL, then granted it root privileges over FOG Database. So, that was it. I posted my solution in one of the threads here.
Posts made by adepo331
-
RE: Wiki: Troubleshooting Multicast
-
RE: Failed to connect to database server, will try again in next iteration.
Definitely, you are trying to Multicast. To fix the problem ,ensure that you do not enter password for mysql root during FOG installation. after the installation, do the below:
- enter a Mysql username and password u desired ( e.g u=fogadmin, pwd= testing) in the /var/www/fogcommons/config.php and /opt/fog/service/etc/config.php
Before trying to open the FOG management webpage
Install PHPMYADMIN (this makes database management easy)
Open http: //localhost/phpmyadmin (in your web browser)
Create a new user $ pwd (the one you entered above) and give them ALL permissions for ALL HOSTS (basically they should be the same as ROOT
Check the user is there and the permissions are set correctly.
Go into the PERMISSIONS tab and remove the password for ROOT under localhost & 127.0.0.1 (if any)
Open the FOG webmanagement page
Set up the users in FOG
Go back to PHPMyAdmin and make sure FOG has been added as a database. You will need to log on as the ‘new user’ above
Reset the root password to something secure (as per pre install???)
Open the FOG database
Go to Permissions and BLANK the root password for localhost & 127.0.0.1Then your problem is solved…