How to check which service is running on a particular port

I use MAMP for developing the Zention website locally (it's an awesome platform which contains the Apache, MySQL and PHP stack which runs on Mac - check it out if you haven't already!). Anyway, I wanted to hook up SquirrelSQL (my favourite JDBC client) so I could do some development work against the database for the website, but I wasn't sure of the port MySQL was using (it wasn't 3306 which is...
Read More
Top