MySQL database server. The most popular open-source database port.
Test it now with our Port Scanner
| Port | 3306 |
|---|---|
| Service | MySQL |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | MySQL database server |
Online: Use our Port Scanner — enter your IP and port 3306.
Command line:
nc -zv your-server-ip 3306 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 3306 (PowerShell)
Check locally:
ss -tlnp | grep :3306 (Linux) netstat -an | findstr :3306 (Windows)