top | item 32501378

(no title)

Starlevel001 | 3 years 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.

discuss

order

stuaxo|3 years ago

I only have to run these about once every year or two, and have to look them up every time.

rattray|3 years ago

Many developers don't run those commands very frequently, so they're easy to forget.