xavo95
85fbc933ba
Any question from anyone trying to run from this commit will be ignored and blocked.
3 lines
No EOL
158 B
SQL
3 lines
No EOL
158 B
SQL
CREATE DATABASE camellya_db;
|
|
CREATE USER camellya_user WITH encrypted password 'camellya_pass';
|
|
GRANT ALL PRIVILEGES ON DATABASE camellya_db to camellya_user; |