Skip to content

Instantly share code, notes, and snippets.

@peerapongsam
Last active January 18, 2016 08:33
Show Gist options
  • Save peerapongsam/412de6b7d41aafd23d65 to your computer and use it in GitHub Desktop.
Save peerapongsam/412de6b7d41aafd23d65 to your computer and use it in GitHub Desktop.
#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