New FOG install of Storage Node w/ CentOS 8 (Checking Master Database connection .... Failed)
-
After initial install of FOG version 1.5.9 RC2 we are unable to connect to master database.
Need help troubleshooting
-
@Blake_hill2020 Did you enter the correct credentials of your FOG master server database?
From your storage node try connecting to the master database using this command:
mysql --host=x.x.x.x --user=fogstorage --password="yyy"
(put in the FOG master node IP instead of x.x.x.x and the correct DB password instead of yyy!) -
@Sebastian-Roth I tried that an received an error.
"ERROR 1045 (28000): Access denied for user ‘fogstorage’@‘x.x.x.x’ (using password: YES) -
@Blake_hill2020 The password you use is the one you see in the FOG web UI on the storage node settings, right?