Skip to content

Instantly share code, notes, and snippets.

@zunman
Last active January 8, 2016 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zunman/f5fd3a8ec6215cec1795 to your computer and use it in GitHub Desktop.
Save zunman/f5fd3a8ec6215cec1795 to your computer and use it in GitHub Desktop.
$ sudo yum install mysql-server
//I faced InnoDB related issues with the installed version of mysql so updated it to 5.5.x
$ sudo rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
$ sudo yum install mysql.`uname -i` yum-plugin-replace
$ sudo yum replace mysql --replace-with mysql55w
$ sudo /sbin/chkconfig --levels 235 mysqld on
$ sudo service mysqld start
$ sudo mysql_secure_installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment