mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 18:56:24 +03:00
Исправлена опечатка
This commit is contained in:
11
runscripts/postgres/createdb
Normal file
11
runscripts/postgres/createdb
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
sudo -u postgres psql
|
||||||
|
|
||||||
|
CREATE DATABASE dyxless;
|
||||||
|
|
||||||
|
CREATE ROLE dyxless;
|
||||||
|
|
||||||
|
ALTER USER dyxless WITH PASSWORD 'password';
|
||||||
|
|
||||||
|
ALTER ROLE "dyxless" WITH LOGIN;
|
||||||
|
|
||||||
|
ALTER DATABASE dyxless OWNER TO dyxless;
|
||||||
Reference in New Issue
Block a user