django-orchestra-test/examples/createdb.sql

4 lines
133 B
MySQL
Raw Normal View History

2021-02-12 13:58:37 +00:00
create database orchestra;
CREATE USER orchestra WITH PASSWORD 'orchestra';
GRANT ALL PRIVILEGES ON DATABASE orchestra TO orchestra;