Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

how to connect postgress server in pgadmin

//CHECK POSTGRES IS WORKING OR NOT
sudo systemctl status postgresql

//THIS WILL ACCEPT PORTS
sudo pg_isready
sudo su postgres

//NAVIGATE TO SQL TERMINAL / BASH
psql

//CREATE A NEW USER WITH PASSWORD
CREATE USER shayon WITH PASSWORD 'shayon';
Comment

PREVIOUS NEXT
Code Example
Typescript :: instragram basic api Display 
Typescript :: java list of objects example 
Typescript :: three dots dropdown menu bootstrap 
Typescript :: react forwardref typescript 
Typescript :: angular get url params 
Typescript :: typescript interface key with another type 
Typescript :: There can only be one default row without a when predicate function. 
Typescript :: number of digits in a number python 
Typescript :: simple firestore cloud function update document 
Typescript :: nestjs casl 
Typescript :: array contains typescript 
Typescript :: supertest typescript 
Typescript :: vue object array type props 
Typescript :: html download tag not working 
Typescript :: reported error code “128” when it ended: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 
Typescript :: check in Recat if an url is of image or video 
Typescript :: c program to find sum of array elements using recursion 
Typescript :: eslint prettier typescript 
Typescript :: count number of set bits in number java 
Typescript :: How to compare two lists and return the number of times they match at each index in python 
Typescript :: how to delete unused imports intellij webstorm 
Typescript :: typescript object to array 
Typescript :: moment datepicker 
Typescript :: echarts cdn 
Typescript :: angular rxjs mergemap 
Typescript :: eslint typescript vite not showing lint on code 
Typescript :: get all elements with id starts and class 
Typescript :: subplots in for loop python 
Typescript :: rule::exists with custom message laravel 
Typescript :: hide elements in 2s jquery 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =