July 2018
Intermediate to advanced
504 pages
11h 34m
English
Let's attach an iSCSI-based persistent volume to a MariaDB instance. First, we will have to launch a mariadb application as follows:
# oc new-app \-e MYSQL_USER=openshift \-e MYSQL_PASSWORD=openshift \-e MYSQL_DATABASE=openshift \mariadbFound image a339b72 (10 days old) in image stream "openshift/mariadb" under tag "10.1" for "mariadb"MariaDB 10.1------------MariaDB is a multi-user, multi-threaded SQL database server. The container image provides a containerized packaging of the MariaDB mysqld daemon and client application. The mysqld server daemon accepts connections from clients and provides access to content from MariaDB databases on behalf of the clients.Tags: database, mysql, mariadb, mariadb101, ...