mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 14:23:43 +08:00

To get rid of issues involving date/time when testing. Also, makes it possible to run mysql integration tests for both grafana config db and tsdb at the same time using GRAFANA_TEST_DB=mysql go test ./pkg/...
3 lines
91 B
SQL
3 lines
91 B
SQL
CREATE DATABASE grafana_ds_tests;
|
|
GRANT ALL PRIVILEGES ON grafana_ds_tests.* TO 'grafana';
|