--ssh-pass (-rp, -sp)

Overview

In 23.03:

The password to use to connect to the remote host

In 23.02, 23.01:

[SSH_PASS ...], -sp [SSH_PASS ...], -rp [SSH_PASS ...] The password to use to connect to the remote host

In 22.12, 22.10:

Not present

See also: mariadb-shell for MariaDB Shell, in 23.02, in 23.01, in 22.12, and in 22.10

USAGE

DETAILS

SYNONYMS

SCHEMA

PARAMETERS

SKYSQL

PRIVILEGES

EXAMPLES

Password Authentication

To connect to a database server over a remote SSH tunnel with password authentication:

$ mariadb-shell \
   --ssh-host HOSTNAME --ssh-port SSH_PORT \
   --ssh-user SSH_USER --ssh-password SSH_PASSWORD \
   --port TCP_PORT \
   --user DATABASE_USER --password DATABASE_PASSWORD

ERROR HANDLING

FEATURE INTERACTION

RESPONSES

DIAGNOSIS

ISO 9075:2016

CHANGE HISTORY

Release Series

History

23.03

  • Present starting in MariaDB Shell 23.03.1.

23.02

  • Present starting in MariaDB Shell 23.02.1.

23.01

  • Added in MariaDB Shell 23.01.1.

22.12

  • Not present.

22.10

  • Not present.

EXTERNAL REFERENCES