From 22b5478f05602d4ca14e5e0c127f1ceb4e8e8109 Mon Sep 17 00:00:00 2001 From: Bambou Date: Wed, 31 Oct 2018 17:05:16 +0100 Subject: [PATCH] Update readme.me rbh-config requires mysql_config, provided by mariadb-devel --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 26811c60d..95f531f6e 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Robinhood needs a MySQL database for storing information about files. This database can run on a different node from Robinhood daemon. * Install MySQL server on the machine (mysql-server and mysql packages). + * RHEL6: yum install mysql-server + * RHEL7: yum install mariadb-server mariadb-devel * Start the DB engine: * RHEL6: service mysqld start * RHEL7: systemctl start mariadb