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

Usage: service mysql55-mysqld start

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/mysql55/root
in case of the mysql55 collection.

MySQL 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 MySQL server and some accompanying files and directories.

When you want to work with the mysql55 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
mysql55-mysqld daemon, where scl environment is enabled
implicitely within the SysV init script or systemd unit file.

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

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

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

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

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

service mysql55-mysqld start
    Starts the MySQL server from mysql55 software collection.

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

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

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