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

Usage: systemctl start mariadb55-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/mariadb55/root
in case of the mariadb55 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 mariadb55 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
mariadb55-mysqld daemon, where scl environment is enabled
implicitely within the SysV init script or systemd unit file.

Configuration for the mariadb55 software collection is located
under /opt/rh/mariadb55/root/etc.

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

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

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

scl enable mariadb55 bash
  Run an interactive shell with the mariadb55 software collection enabled.

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

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

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

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