3306

TCP

MySQL

MySQL Database

⚠️ Security: DependsStatus: Active🗄️ Category: Database

📋 Basic Information

Port Number
3306
Protocol
TCP
Service
MySQL
Popularity
🔥 High
Description
MySQL relational database management system, most popular database for web applications with high performance, replication, and clustering
Tags
databasesqlmysqlmariadb

🔒 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