I'm setting up LibreNMS and deploying my own manifests, but I've hit a wall with MariaDB. It seems that no users, including root, can log into the database. I'm stuck and not sure what I might be missing or what my next troubleshooting steps should be. I did notice, after some digging, that the issue appears to stem from persistent volume claims (PVC) that I tweaked multiple times without deleting them. Any insights on what I could do to resolve these access issues?
1 Answer
It sounds like the environment variables for MariaDB are set up incorrectly. Make sure you're using the MARIADB_* variables as required by the solution. You'll want to confirm that things like `MARIADB_ROOT_PASSWORD` and other settings are correctly configured in your manifests to allow user access.
I checked and it looks like my environment variables are set, but I'm still getting an access denied error. It's so frustrating! Any further suggestions?