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