The default MYSQL port is:
3306
Entries Tagged as 'Ports'
Default MYSQL port
February 9th, 2010 by EZ linux · No Comments
Tags: Cheat Sheets · Linux Security · Ports
Port listening check
August 17th, 2009 by EZ linux · 1 Comment
nmap localhost (checks listening ports)
lsof -i :1980 (checks what running on that port)
kill -15 (kills what’s running on that port)
—-check open ports—-
check for open ports: ‘netstat -a’
Tags: Linux Commands · Linux Security · Linux Software / Scripts · Ports
