mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
4 lines
123 B
SQL
Executable File
Vendored
4 lines
123 B
SQL
Executable File
Vendored
CREATE USER pyshelf WITH PASSWORD 'pyshelf';
|
|
CREATE DATABASE pyshelf;
|
|
GRANT ALL PRIVILEGES ON DATABASE pyshelf TO pyshelf;
|