Last active
January 18, 2016 08:33
-
-
Save peerapongsam/412de6b7d41aafd23d65 to your computer and use it in GitHub Desktop.
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
#CentOS 6 (Game Server) | |
wget http://repo.mysql.com/mysql-community-release-el6-4.noarch.rpm | |
rpm -Uvh mysql-community-release-el6-*.noarch.rpm | |
yum install mysql-community-server | |
sudo service mysqld start | |
#CentOS 5 (Login Server) | |
yum install mysql-server mysql | |
sudo service mysqld start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment