- Check the ubuntu server address and should have "~.pem" file
- Move to the library have .pem file
- Using file to enter Ubuntu server hosting on AWS.
ssh -i "~.pem" ubuntu@(IP address)
Enter Postgresql
sudo -u (user) psql
See the table
[(user)=# \d
Also, if you need to revise specific folder and using git.
You need to move to the library.
cd /var/www/html/
sudo git pull
'Web Programming ๐ > Database ๐ฉ๐ปโ๐พ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Postgresql SELECT & DELETE (0) | 2023.05.07 |
---|---|
Login and Sign up System (PHP, SQL) (0) | 2023.05.06 |
PHP + SQL (0) | 2023.05.02 |
Basic SQL (0) | 2023.04.28 |
MySQL Command (0) | 2023.04.13 |