Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active December 30, 2015 08:39
Show Gist options
  • Save tkuchiki/7804112 to your computer and use it in GitHub Desktop.
Save tkuchiki/7804112 to your computer and use it in GitHub Desktop.
install mysql (yum)
rpm -ivh http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
yum install -y mysql-community-server
service mysqld start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment