SyntaxFix
Write A Post
Hire A Developer
Questions
First find out the Procees id (pid) which has occupied the required port.(e.g 5434)
ps aux | grep 5434
2.kill that process
kill -9 <pid>