Hi
I have no idea what I have done or missed? I have created the user and I can login to the observium database as the observium user,
root@nms:/opt/observium# php includes/update/update.php $config['db_host'] = 'localhost'; $config['db_user'] = 'observium'; $config['db_pass'] = ’Not-The-Password'; $config['db_name'] = 'observium';
// Base directory $config['install_dir'] = "/opt/observium";
// Default community list to use when adding/discovering $config['snmp']['community'] = array(“public");
// Authentication Model $config['auth_mechanism'] = "mysql"; // default, other options: ldap, http-auth, please see documentation for config help
// Enable alerter (not available in CE) #$config['poller-wrapper']['alerter'] = TRUE; MySQL Error: Access denied for user 'root'@'localhost' (using password: NO)
If I try to load the page from my browser I see this
$config['db_host'] = 'localhost'; $config['db_user'] = 'observium'; $config['db_pass'] = 'Not-The-Password'; $config['db_name'] = 'observium'; // Base directory $config['install_dir'] = "/opt/observium"; // Default community list to use when adding/discovering $config['snmp']['community'] = array(“public"); // Authentication Model $config['auth_mechanism'] = "mysql"; // default, other options: ldap, http-auth, please see documentation for config help // Enable alerter (not available in CE) #$config['poller-wrapper']['alerter'] = TRUE; MySQL Error: Access denied for user 'lyndonl'@'localhost' (using password: NO)
Why it references my username via my browser is even more odd to me?