Add files via upload

pull/4/head
InfoSec 2016-11-26 16:59:43 +08:00 committed by GitHub
parent 4e66e92a96
commit c08d609fd4
1 changed files with 1 additions and 0 deletions

View File

@ -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
# warnigwe would change the password for root and add a user for snorby in MySQL.