Hi, I have a problem and can’t find the error. Does anyone have any idea?
Failed to successfully validate the configuration: Connection failed SQLSTATE[HY000] [1045] Access denied for user ‘icingadb’@‘localhost’ (using password: YES)
Validation Log
Connection failed SQLSTATE[HY000] [1045] Access denied for user 'icingadb'@'localhost' (using password: YES)
Welcome to the Icinga Community and thanks for posting!
The error message indicates an incorrect password. Thus, can you verify if a login works on the command line using the mysql tool as the icingadb user with the identical password you have entered there.
Consider checking your MySQL/MariaDB logs, they might be useful.
How was your MySQL/MariaDB user created? Did you enter something in the network part; like icingadb@example.com?
Maybe a bit unrelated, but you named the resource “icinga_ido” and have both the MySQL/MariaDB user and its database named “icingadb”. Was there some mix up? Btw, the IDO is deprecated since multiple years and will get removed in a future release. Please consider using Icinga DB for new setups.