Database Schema Installer / Updater
-
@SOL FOG, when it runs the installer, does not create a “fog” user for the DB Connectivity. It usually uses ‘root’. So unless somebody totally changed how the installer works, I have doubts that it was setup properly when you looked into a “problem”.
-
@Tom-Elliott I guess I am confused. Everything was working fine until today. No changes have been made. Are you saying fog was not setup properly when installed ? When I installed fog I pretty much used defaults as far as I can remember.
Is there a way to get it to work again ? -
@SOL I’ll guarantee something changed. FOG didn’t do it, but something got updated/changed/moved what ever the case.
All you need to do is get the ALTER Command to work on your
'root'@'localhost'
because if you set it pretty much default, the'fog'@'localhost'
has no bearing at all. -
@Tom-Elliott I set the root user password to blank and I am able to use web gui again. I disabled system auto updates just in case for the future.
Thanks for your help!
-
I"m also getting this same issue this morning, I restarted MySQL but no luck still the same error.
-
@SOL how do you set the root password to blank?
-
@fredlwal instead of ‘password’ type ‘’ (basically nothing in between)
I used this as reference
https://wiki.fogproject.org/wiki/index.php?title=Password_Central
-
The quickest and simplest fix is to simply re-run the fog installer.
Unfortunately I don’t have control over ubuntu’s Security update system so that’s left to the admin’s of the machines to fix.
-
@SOL using the ALTER?
-
@fredlwal Yes
-
@Tom-Elliott is there a way to do something like a system restore to previous settings instead of doing a reinstall?
-
@fredlwal that’s basically what a reinstall does.