Industry

Common Database Port Numbers in 2025

Ayra
Ayra10 min read
Common Database Port Numbers in 2025

Relational Databases

Database SystemDefault PortNotes
MySQL / MariaDB3306MySQL's classic port; MariaDB adopted the same
PostgreSQL5432Postgres convention since the early days
Oracle Database1521The TNS Listener port; 2483/2484 for TCPS
Microsoft SQL Server1433Default instance port; named instances use dynamic ports
IBM Db250000Standard port; additional services use 50001-50050 range
SQLiteN/AFile-based database with no network port

NoSQL Databases

Database SystemDefault PortNotes
MongoDB2701727018 (shard server), 27019 (config server)
Redis6379Often used with Sentinel (26379) and Cluster (16379)
Cassandra9042CQL native transport port; 7000 for inter-node communication
Elasticsearch9200REST API; 9300 for inter-node communication
CouchDB5984HTTP API; 6984 for HTTPS
DynamoDBN/AAWS service with no direct port access
HBase16000Master port; 16020/16030 for region servers
Couchbase8091Web console; 8092 (API), 8093 (query), 11210 (data)
InfluxDB8086HTTP API port; 8088 for RPC service
ScyllaDB9042CQL compatible port (same as Cassandra)

NewSQL

Database SystemDefault PortNotes
CockroachDB26257SQL interface; 8080 for admin UI
TiDB4000SQL interface; 10080 for status
ClickHouse9000Native protocol; 8123 for HTTP interface
SingleStore (MemSQL)3306MySQL-compatible port; 9104 for Ops UI
YugabyteDB54335433 For YSQL; 9042 for YCQL (Cassandra compatible)
QuestDB8812PostgreSQL wire protocol; 9000 for REST

Graph Databases

Database SystemDefault PortNotes
Neo4j7687Bolt protocol; 7474 for HTTP and 7473 for HTTPS
ArangoDB8529HTTP API port
Amazon NeptuneN/AAWS service without direct port access
JanusGraphN/AUses underlying storage ports
TigerGraph14240GraphStudio UI port
DGraph8080HTTP port; 9080 for gRPC

Vector Databases

Database SystemDefault PortNotes
PineconeN/ACloud service with API access only
Milvus19530Data service port
Weaviate8080REST API port
Qdrant6333gRPC port; 6334 for REST API
Chroma8000API server port

Database Management Tools

ToolDefault PortNotes
phpMyAdmin80/443Web server ports
pgAdmin80/443Web server ports
MongoDB CompassN/ADesktop client
DBeaverN/ADesktop client
Adminer80/443Web server ports
Bytebase8080Web UI for database CI/CD