mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 05:12:36 +08:00
3 lines
91 B
SQL
3 lines
91 B
SQL
CREATE DATABASE grafana_ds_tests;
|
|
GRANT ALL PRIVILEGES ON grafana_ds_tests.* TO 'grafana';
|