Hey Guys,
I am running a raspberry pi with mariadb as a database (mySQL) and to access the database I use phpmyadmin. When I try to login it gives me “db query error”. My grafana is on my windows PC.
The MySQL Connection details
Host: “raspberry pi ip”:3306
Database: Name of the Database indicated in phpmyadmin
User: “phpmyadmin user”
Password: “phpmyadmin pw”
I’m assuming because I am using the host as the ip address of the raspberry pi it should work.