Problem updating fog: Backing up Database ... failed
-
@K.Hays Now try
mysql -u fog -pfoggy -D fog
-
@Wayne-Workman Access denied for user ‘fog’@‘localhost’ (using password: YES)
d430@ -
@K.Hays Ok, now try
mysql -u root -D fog
-
@Wayne-Workman that worked, as in it let me in mysql
-
@K.Hays Ok. then inside of
/opt/fog/.fogsettings
setsnmysqluser
to root, and blank outsnmysqlpass
andsnmysqlhost
, re-run the installer, and you should be good to go. -
@Wayne-Workman That worked! Any idea to what caused this whole thing? Im going to have to update my other servers, and obviously this one in the future and would like to avoid this whole ordeal again haha
-
@K.Hays said in Problem updating fog: Backing up Database ... failed:
Any idea to what caused this whole thing?
Somebody messed with the .fogsettings file and put in the wrong information. If things in there are wrong and you update - things in fog will be wrong.
For you and future readers, information on the .fogsettings file and passwords are in these two articles:
https://wiki.fogproject.org/wiki/index.php?title=.fogsettings
https://wiki.fogproject.org/wiki/index.php?title=Password_Central -
@Wayne-Workman Ok ill be sure to look for that in the future. Thanks to everyone who helped! Ill be sure too update frequently now haha