I’m trying to troubleshoot what appears to be a password mismatch between FOG/MySQL.
The MySQL password is blank, and I’m trying to check what FOG has.
According to the wiki, the password should be in:
/var/www/[html]/fog/commons/config.php
/opt/fog/service/etc/config.php
The first file doesn’t exist:
[admin@localhost bin]$ ls /var/www/html/fog/commons/
base.inc.php index.php init.php schema.php text.php
and the second file has only one line:
<?php define('WEBROOT','/var/www/html/fog/');
Am I missing something or does the wiki need to be updated?