1
0
Go to file
2024-08-15 07:57:55 +00:00
_service [info=802c0d705c28984fd3482248b248def4] 2024-08-08 16:56:37 +00:00
.gitattributes [info=802c0d705c28984fd3482248b248def4] 2024-08-08 16:56:37 +00:00
.gitignore [info=802c0d705c28984fd3482248b248def4] 2024-08-08 16:56:37 +00:00
Dockerfile [info=1db31dd08b58fa3609029172783f6237] 2024-08-14 12:37:10 +00:00
mariadb-client-image.changes [info=1db31dd08b58fa3609029172783f6237] 2024-08-14 12:37:10 +00:00
README.md [info=802c0d705c28984fd3482248b248def4] 2024-08-08 16:56:37 +00:00

MariaDB Client container image

Redistributable

Description

MariaDB is an open-source, multi-threaded, relational database management system. It's a backward-compatible branch of the MySQL Community Server that provides a drop-in replacement for MySQL.

This image contains the MariaDB client and utilities.

Usage

To connect to a MariaDB instance, run the following command:

$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.4 mariadb -h $HOST_IP -u root -p

Use the command below to dump all databases:

$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.4 mariadb-dump $HOST_IP -p --all-databases > my-dump.sql

Utilities

The following utilities are available in the image:

  • mariadb
  • mariadb-admin
  • mariadb-check
  • mariadb-dump
  • mariadb-import
  • mariadb-show
  • mariadbd-safe-helper

Backup and restore

The MariaDB Knowledge Base Container Backup and Restoration provides further information on how to perform backup and restore.

Licensing

SPDX-License-Identifier: MIT

This documentation and the build recipe are licensed as MIT. The container itself contains various software components under various open source licenses listed in the associated Software Bill of Materials (SBOM).

This image is based on openSUSE Tumbleweed.