Blame SOURCES/README

384700
Package %{?scl_name} provides MariaDB database server delivered as a Software
384700
Collection (SCL). For more information about Software Collections,
384700
see the scl(1) man page. By installing the %{?scl_name} collection,
384700
you will get the minimum working set of packages to have a working
384700
MariaDB database server.
384700
384700
Software Collection MariaDB %{version_major}.%{version_minor} includes also
384700
MariaDB Galera Cluster, which is a synchronous multi-master cluster for MariaDB.
384700
384700
%if 0%{?rhel} >= 7 || 0%{?fedora} >= 15
384700
Usage: systemctl start %{?scl_prefix}mariadb
384700
%else
384700
Usage: service %{?scl_prefix}mariadb start
384700
%endif
384700
384700
Software Collections allow you to build and execute applications
384700
which are not located in the filesystem root hierarchy,
384700
but are stored in an alternative location, which is %{_scl_root}
384700
in case of the %{?scl_name} collection.
384700
384700
MariaDB is a multi-user, multi-threaded SQL database server. It is a
384700
client/server implementation consisting of a server daemon (mysqld)
384700
and many different client programs and libraries. This package contains
384700
the MariaDB server and some accompanying files and directories.
384700
MariaDB is a community developed branch of MySQL.
384700
384700
When you want to work with the %{?scl_name} collection, use the scl
384700
utility (see the scl(1) man page for usage) to enable the scl
384700
environment. The only exception is starting and stopping
384700
%{?scl_prefix}mariadb daemon, where SCL environment is enabled
384700
implicitely within the SysV init script or systemd unit file.
384700
384700
Configuration for the %{?scl_name} software collection is located
384700
under %{_sysconfdir}.
384700
384700
MariaDB server listens on network soket (by default port 3306) and unix socket
384700
(by default /var/lib/mysql/mysql.sock).
384700
384700
Examples:
384700
scl enable %{?scl_name} 'command --arg'
384700
  Run a specific command with the argument --arg within the %{?scl_name}
384700
  software collections environment.
384700
384700
scl enable %{?scl_name} 'mysql -u root -p'
384700
  Run mysql shell from the %{?scl_name} software collection.
384700
384700
scl enable %{?scl_name} bash
384700
  Run an interactive shell with the %{?scl_name} software collection enabled.
384700
384700
%if 0%{?rhel} >= 7 || 0%{?fedora} >= 15
384700
systemctl start %{?scl_prefix}mariadb
384700
%else
384700
service %{?scl_prefix}mariadb start
384700
%endif
384700
    Starts the MariaDB server from %{?scl_name} software collection.
384700
384700
scl enable %{?scl_name} 'man mysql'
384700
  Show man pages for the mysql command, which is a part of the
384700
  %{?scl_name} software collection.
384700
384700
yum install %{?scl_prefix}galera
384700
  Install MariaDB Galera Cluster plugin, which is available in a separate
384700
  package.
384700
384700
For running the test suite, which is available in %{?scl_prefix}mariadb-test
384700
package, see the %{_datadir}/mysql-test/README. Please, be aware that you need
384700
to run all the commands mentioned in the README file in a proper SCL
384700
environment. Thus the recommended way to run the test suite is to run the bash
384700
with %{?scl_name} collection enabled:
384700
384700
scl enable %{?scl_name} bash
384700
  Run bash with the %{?scl_name} collection enabled.
384700
384700
Files:
384700
%{_scl_scripts}/service-environment
384700
Define which software collections should be enabled for the daemon process.
384700
384700
Report bugs to <http://bugzilla.redhat.com>.