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.
The default port number of MariaDB is 3306. It is the same as MySQL.
MariaDB client/server (TCP) protocol.
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.
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).
The default port number of MariaDB is 3306. It is the same as MySQL.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With