6 lines
317 B
MySQL
6 lines
317 B
MySQL
|
-- https://vault.bitwarden.com/#/vault?search=post&itemId=89d31444-68a6-4fd5-b03d-af61010f87d1&cipherId=7295df35-fe24-403d-b8c8-afc6017bf42f
|
||
|
CREATE USER grafana WITH PASSWORD 'yourpassword';
|
||
|
CREATE DATABASE grafana;
|
||
|
ALTER DATABASE grafana OWNER TO grafana;
|
||
|
|
||
|
CREATE USER nocodelytics_prod WITH PASSWORD 'yourpassword';
|