Hi Supriya, How can I find this on MacBook Pro? Not able to locate this GUI for starting the server manually
@supriyabandal6033 Жыл бұрын
Hi sanket, for GUI i used pgAdmin. All the commands I have used should be absolutely same for Macbook Pro. you can follow: step-1: get the list of processes running on your machine using " sudo lsof -i : ". step-2: kill the process using " sudo kill -9 . step-3: restart your pc .
@skullcrusher59139 ай бұрын
hey, i wanted to point this out, "that u should never kill -9 a postgresql process", this will leave locked files preventing your database from running
@karnavchahwala4354 Жыл бұрын
Great going Sup 👍✌.. Keep making more videos
@nikitaparshin_nsk3 ай бұрын
Big thanks from Russia❤
@MonishC-n3u11 ай бұрын
Thank you so much it heals me more
@bwanapia Жыл бұрын
Thanks for your help. this is the closest video i have to resolving my 5433 connection refused. However this didnt work for me. the sudo lsof -i : 5433 didnt work for me, as the error code mine is 5433. please help me with a simpler steps please. thanks
@supriyabandal6033 Жыл бұрын
This video is for Mac users. step-1: get the list of processes running on your machine using " sudo lsof -i : ". step-2: kill the process using " sudo kill -9 . step-3: restart your pc . If still issue persists then uninstall the PG and reinstall. hope that helps.
@soundarb8683 Жыл бұрын
Mam I got this error.."http status 500 - internal server error type exception report message could not initialize class org.postgresql.util.urlcoder ". How to resolve..
@shubhamtaksande3052 Жыл бұрын
zsh commond not found : sudo
@nanakwaku101 Жыл бұрын
Thanks for putting up this great video . I have issue concerning permission denied whenever I try copying CSV file on my local postgres. Please any tip on resolving this issue
@supriyabandal6033 Жыл бұрын
You can check the permissions by running ls -l /path/to/file.csv. If the permissions are incorrect, you can modify them by running chmod +r /path/to/file.csv.
@hamidkhura9390 Жыл бұрын
Thank you for your help. I have this issues but this didn't work for me. my machine is macbook pro m1, pleas help me to solve my problem. thank you