Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the default port number of MariaDB?

Tags:

mariadb

What is the default port number of MariaDB?

I am new to programming. I am creating my first Java application that connect to MariaDB. I need to specify the database port number.

like image 758
Lakmedipro Limited Avatar asked Nov 30 '19 05:11

Lakmedipro Limited


People also ask

How do I find my MariaDB port number?

The default port number of MariaDB is 3306. It is the same as MySQL.

Is MariaDB a TCP or UDP?

MariaDB client/server (TCP) protocol.

What is default port in MySQL?

Port 3306 is the default port for the classic MySQL protocol ( port ), which is used by the mysql client, MySQL Connectors, and utilities such as mysqldump and mysqlpump.

Is MariaDB a TCP?

If your system is running a software firewall (or behind a hardware firewall or NAT) you must allow connections destined to TCP port that MariaDB runs on (by default and almost always 3306).


1 Answers

The default port number of MariaDB is 3306. It is the same as MySQL.

like image 166
Niluka Gunasekara Avatar answered Oct 01 '22 13:10

Niluka Gunasekara