After an upgrade of grafana some settings where no longer taken into account.
Solution on the end of this thread.
After i upgraded grafana to grafana8-8.0.2 and mysql to mariadb105-server-10.5.11, i find in my grafana.log file:
msg=“Connecting to DB” logger=sqlstore dbtype=sqlite3
Here i post my grafana.conf file:
[database]
You can configure the database connection by specifying type, host, name, user and password
as separate properties or as on string using the url properties.
Either “mysql”, “postgres” or “sqlite3”, it’s your choice
type = mysql
dbtype = mysql
host = 127.0.0.1
name =“grafana”
user =“grafana”
password =“grafana”
Can someone please explain what is going on ?
Isn’t a normal behavior not make a functional connection with the explicit specified database or bail out with an error , no ?