What is the listen port network interface for MySQL and how can you change it? Port Number The port number for MySQL is TCP port 3306. See where it’s listening How can you see if it’s listening on more than Read More
How to see what’s running on a port in Linux user@hostname ~ $ sudo lsof -i -P -n | grep LISTEN | grep 1025 mailcatch 1104 root 9u IPv4 27240 0t0 Read More