Skip to content

Instantly share code, notes, and snippets.

@yamadapc
Created November 19, 2015 14:46
Show Gist options
  • Save yamadapc/25e3eaf59065f00e4557 to your computer and use it in GitHub Desktop.
Save yamadapc/25e3eaf59065f00e4557 to your computer and use it in GitHub Desktop.
CREATE DATABASE jobbl;
CREATE ROLE jobbl;
GRANT ALL PRIVILEGES ON DATABASE jobbl TO jobbl;
ALTER ROLE jobbl WITH login;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment