mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
3 lines
91 B
MySQL
3 lines
91 B
MySQL
|
|
CREATE DATABASE grafana_ds_tests;
|
||
|
|
GRANT ALL PRIVILEGES ON grafana_ds_tests.* TO 'grafana';
|