|
|
|
|
|
by Starlevel001
1406 days ago
|
|
> now you have to create a database, create a user, grant that user access to the database, setup credentials and start using them. CREATE ROLE dumbo WITH LOGIN PASSWORD 'fuck'; CREATE DATABASE dumbo OWNER dumbo; It's that easy. |
|