Package rh-mariadb105 provides MariaDB database server delivered as a Software
Collection (SCL). For more information about Software Collections,
see the scl(1) man page. By installing the rh-mariadb105 collection,
you will get the minimum working set of packages to have a working
MariaDB database server.

Software Collection MariaDB 10.5 includes also
MariaDB Galera Cluster, which is a synchronous multi-master cluster for MariaDB.

Usage: systemctl start rh-mariadb105-mariadb

Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is /opt/rh/rh-mariadb105/root
in case of the rh-mariadb105 collection.

MariaDB is a multi-user, multi-threaded SQL database server. It is a
client/server implementation consisting of a server daemon (mysqld)
and many different client programs and libraries. This package contains
the MariaDB server and some accompanying files and directories.
MariaDB is a community developed branch of MySQL.

When you want to work with the rh-mariadb105 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment. The only exception is starting and stopping
rh-mariadb105-mariadb daemon, where SCL environment is enabled
implicitely within the SysV init script or systemd unit file.

Configuration for the rh-mariadb105 software collection is located
under /etc/opt/rh/rh-mariadb105.

MariaDB server listens on network soket (by default port 3306) and unix socket
(by default /var/lib/mysql/mysql.sock).

Examples:
scl enable rh-mariadb105 'command --arg'
  Run a specific command with the argument --arg within the rh-mariadb105
  software collections environment.

scl enable rh-mariadb105 'mysql -u root -p'
  Run mysql shell from the rh-mariadb105 software collection.

scl enable rh-mariadb105 bash
  Run an interactive shell with the rh-mariadb105 software collection enabled.

systemctl start rh-mariadb105-mariadb
    Starts the MariaDB server from rh-mariadb105 software collection.

scl enable rh-mariadb105 'man mysql'
  Show man pages for the mysql command, which is a part of the
  rh-mariadb105 software collection.

yum install rh-mariadb105-galera
  Install MariaDB Galera Cluster plugin, which is available in a separate
  package.

For running the test suite, which is available in rh-mariadb105-mariadb-test
package, see the /opt/rh/rh-mariadb105/root/usr/share/mysql-test/README. Please, be aware that you need
to run all the commands mentioned in the README file in a proper SCL
environment. Thus the recommended way to run the test suite is to run the bash
with rh-mariadb105 collection enabled:

scl enable rh-mariadb105 bash
  Run bash with the rh-mariadb105 collection enabled.

Files:
/opt/rh/rh-mariadb105/service-environment
Define which software collections should be enabled for the daemon process.

Report bugs to <http://bugzilla.redhat.com>.
