Database not found in datasource

So, in my scenario, I have influxdb connecting to grafana.
sh-4.2$ influx
Connected to http://localhost:8086 version 1.3.2
InfluxDB shell version: 1.3.2
> show databases
name: databases
name
----
_internal
telegraf
consul_healthchecks
testing

>                                                                                                                                                               

However, when I a create a datasource in grafana I am unable to connect it to ‘testing’ database but I’m able to create the datasource using ‘consul_healthchecks’. Please you can suggest a solution :slight_smile: