Suggested template:
Problem/Question
I have configured Netdata on an Ubuntu 20.04 Server LEMP server, according to this Linuxbabe.com tutorial.
After installation with the official netdata setup script, netdata seems to be working correctly. Then, I run the following command
sudo systemctl status mariadb.service
which returns the following warning:
[Warning] Access denied for user 'netdata'@'localhost' (using password: NO)
- How is netdata running without a netdata database or mysql user for that database?
- What does this mean in regards to Netdata functionality?
- Does this mean Netdata is misconfigured?
- What can I do to fix it?