Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to create new user and database postgresql in ubuntu

$ sudo -u postgres psqlpsql=# alter user <username> with encrypted password '<password>';
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #create #user #database #postgresql #ubuntu
ADD COMMENT
Topic
Name
6+7 =