Monday, August 27, 2018

Instalasi MySQL 5.6 di Centos 6.8 (64 bit)

1. DOWNLOAD & INSTALL REPOSITORY
wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
rpm -Uvh mysql-community-release-el6-5.noarch.rpm


2. INSTAL MYSQL SERVER
yum -y install mysql mysql-server


3. START SERVICEE
chkconfig mysqld on
service mysqld start


4. CONFIG MYSQL SERVER
mysql_secure_instalation

No comments:

Post a Comment