SQL Databases Default Ports

A port is a number that has been assigned to identify a connection endpoint individually and to direct data to a particular service. In other words, when a message from the internet or another network enters a server, a port number can be used to specify the precise process to which the message should be delivered.

The list of default ports that various SQL databases or data stores use is as follows.

SlDatabase NameDefault Port
1Oracle SQL*Plus1521, 1830
2Postgres5432
3MySQL3306
4SQL Server1433, 1434
5MaxDB 7210
6MariaDB3306
7DB2446
8Ingres117
9Teradata1025
10DynamoDB8000
11Amazon Aurora MySQL3306
12Amazon Aurora PostgreSQL5432
13Azure SQL1433
14SQLiteNone

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s