Last active
December 30, 2015 08:39
-
-
Save tkuchiki/7804112 to your computer and use it in GitHub Desktop.
install mysql (yum)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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