The MySQL default port is ...
Today I was configuring a MySQL JNDI connection pool on a Glassfish server, when my brain went completely blank, and I couldn't remember what port MySQL listens on by default.
After a few moments of research, including looking at some output from netstat
, I found the answer ... the MySQL default port is 3306.
3306