From c08d609fd4e5bd1bbe018ba14b33107991303b79 Mon Sep 17 00:00:00 2001 From: InfoSec <1241112575@qq.com> Date: Sat, 26 Nov 2016 16:59:43 +0800 Subject: [PATCH] Add files via upload --- scripts/Snorby/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Snorby/setup.sh b/scripts/Snorby/setup.sh index 69f4100..1e63cfd 100644 --- a/scripts/Snorby/setup.sh +++ b/scripts/Snorby/setup.sh @@ -24,6 +24,7 @@ yum -y install gcc-c++ patch readline readline-devel zlib zlib-devel git-core li # 0x03 install and configure mysql # yum install mysql mysql-devel mysql* yum -y install mysql-community-server +yum -y install mysql-community-devel service mysqld start chkconfig mysqld on # warnig:we would change the password for root and add a user for snorby in MySQL.