Skip to content

Instantly share code, notes, and snippets.

@dodyagung
Created September 1, 2014 17:10
Show Gist options
  • Save dodyagung/4cb2a5472b8c483c8b57 to your computer and use it in GitHub Desktop.
Save dodyagung/4cb2a5472b8c483c8b57 to your computer and use it in GitHub Desktop.
Install MySQL 5.5 on Centos 6.5
rpm -Uvh http://kartolo.sby.datautama.net.id/EPEL/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
yum update
yum install mysql mysql-server
service mysqld start
/usr/bin/mysql_secure_installation
service mysqld restart
chkconfig --levels 235 mysqld on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment