using plug-in to check the local database mysql error arises:
with other plug-ins are no problems.
attempt to connect to this user:
such a user does not even exist:
Code:
Cannot connect: Access denied for user 'centreon-engine'@'localhost' (using password: YES)
attempt to connect to this user:
Code:
mysql -u centreon-engine -p Enter password: ERROR 1045 (28000): Access denied for user 'centreon-engine'@'localhost' (using password: YES)
Code:
MariaDB [mysql]> select user,host from user; +----------+------------------+ | user | host | +----------+------------------+ | root | 127.0.0.1 | | root | ::1 | | | localhost | | centreon | localhost | | root | localhost | | | rnd-oms-centreon | | root | rnd-oms-centreon | +----------+------------------+
Comment