403 views
asked in PostgreSQL by
postgresql user creation and assign database

1 Answer

answered by
sudo -u postgres psql

create database db_chirags;

create user chiragsusr with encrypted password 'deJmEc1p1Sc#964@!';

grant all privileges on database db_chirags to chiragsusr;

psql db_chirags < /opt/db_chirags

---or---

su postgres

pg_restore -U postgres -d db_chirags /opt/db_chirags_backup

postgres=# \c db_chirags

postgres=# GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO chiragsusr;

// accessing from 192.168.32.131 server

psql -h 192.168.32.130 -p 5432 -d db_chirags -U chiragsusr -W

--------------------------pg_hba.conf---------------------------------

# TYPE  DATABASE        USER            ADDRESS                 METHOD

# IPv4 local connections:

host    db_chirags      chiragsusr      192.168.32.131/32          md5

Most popular tags

laravel postgresql laravel-10 replication ha postgresql mongodb laravel-11 mongodb database mongodb tutorial ubuntu 24.04 lts streaming-replication mysql database laravel postgresql backup laravel login register logout database mysql php laravel 11 - login with otp valid for 10 minutes. user and admin registration user and admin login multiauth technlogy asp.net asp.net c# mysql master slave replication centos linux laravel sql server schedule backup autobackup postgresql django python haproxy load balancer install self sign ssl laravel 11 gaurds zabbix 7 how to install graylog on ubuntu 24.04 lts | step-by-step asp.net core mvc .net mvc network upload c# ssl integration sql server on ubuntu 22.04 lts mssql server ms sql server sql server user access in postgres mysql password change cent os linux configure replica laravel 11 socialite login with google account google login kubernetes (k8s) install nginx load balancer install install and configure .net 8.0 in ubuntu 24.04 lts php in iis php with iis php tutorial chirags php tutorials chirags php tutorial chirags tutorial laravel 11 guards mongodb sharding metabase business analytics metabase postgresql 16 to postgresql 17 postgresql migration letsencrypt mongodb crud rocky linux laravel custom captcha laravel 11 captcha laravel captcha mongo dll php.ini debian 12 nginx apache nextcloud gitea in ubuntu git gitea npm error node js mysql ndb cluster mysql cluster ssl oracle login register logout in python debian windows shell batch file bat file time stamp date time shopping cart in laravel centos rhel swap memeory rhel 5.5
...