Fog SQL Password
-
How or where do I find out what the password would be for the fog user that manages the fog DB created during install?
-
FOG Configuration->FOG Settings->FOG Storage Nodes->FOG_STORAGENODE_MYSQLUSER/FOG_STORAGENODE_MYSQLPASS
-
That is for storage nodes.
There is not one set during the install of a server. The User is: root. Typically the password is blank, though you can set one yourself if you feel it necessary. If you do set a password, and/or decide a separate user should be handling it:
-
Create the user and password as necessary ensuring that this user has rights to the fog database.
-
In /opt/fog/.fogsettings set the snmysqluser to the username you chose. Set the snmysqlpass to the password you chose. (This will not have an immediate impact, but will ease your workload if you decide to update at any time.)
-
In /var/www/fog/lib/fog/Config.class.php edit the DATABASE_USERNAME and DATABASE_PASSWORD fields to reflect your new changes.
-
-
I would check out /opt/fog/.fogsettings
The file is hidden so you will need to show hidden files ctrl+h
Checking my settings I do not see a fog user as a local db user. it will use root by default or a user that you specified during installHope that helps