Open console with admin user.
Righ click on CMD open with administrador
Run next command:
netstat -ano | findstr :YOUR_PORT
Find PID and next
taskkill /PID YOUR_PID /F
Example:
In many enterprise systems, you may need to work with multiple databases — for example, customer data in PostgreSQL, legacy records in Oracl...
No comments:
Post a Comment