3306
TCP
MySQL
MySQL Database
⚠️ Security: DependsStatus: Active🗄️ Category: Database
📋 Basic Information
- Port Number
- 3306
- Protocol
- TCP
- Service
- MySQL
- Popularity
- 🔥 High
🔒 Security Information
💡
Security Notes
Do not expose externally, use SSL/TLS and strong passwords
🛠️ Installation
🐳Docker
docker run -d --name mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -p 3306:3306 mysql:latest🔌Connect
mysql -h localhost -u root -p🔗 Related Ports
5432🔥
PostgreSQL
PostgreSQL Database
TCP
PostgreSQL open-source relational database with ACID transactions, complex queries, foreign keys, triggers, views, and JSON support
⚠️ Security: Depends🗄️ Category: Database
27017🔥
MongoDB
MongoDB Database
TCP
MongoDB NoSQL document-oriented database with JSON document storage, schema-less flexibility, horizontal scaling, sharding, and replica sets
⚠️ Security: Depends🗄️ Category: Database