--port (-P)
This page is part of MariaDB's MariaDB Documentation.
The parent of this page is: mariadb-shell for MariaDB Shell
Topics on this page:
Overview
Port to connect to
See also: mariadb-shell for MariaDB Shell, in 23.02, in 23.01, in 22.12, and in 22.10
USAGE
mariadb-shell [{--port | -P} <port_number>]
DETAILS
Option | Default Behavior | Argument |
---|---|---|
--port -P | If omitted, MariaDB Shell tries to connect to the default port ( | Port number |
EXAMPLES
To connect to a host using a non-standard port number:
$ mariadb-shell \
--host host.example.com \
--port 43306 \
--user user_name \
--password 'user_password'
To use the short option names, the equivalent command is:
$ mariadb-shell \
-h host.example.com \
-P 43306 \
-u user_name \
-p 'user_password'
CHANGE HISTORY
Release Series | History |
---|---|
23.03 |
|
23.02 |
|
23.01 |
|
22.12 |
|
22.10 |
|