User Tools

Site Tools


server:mysql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
server:mysql [2014/12/12 20:55] – [MYSQL query logging] adminserver:mysql [2014/12/12 21:03] (current) – [CentOS 5.6 install mysql 5.6] admin
Line 58: Line 58:
 ==== CentOS 5.6 install mysql 5.6 ==== ==== CentOS 5.6 install mysql 5.6 ====
  
 +Sources:
 +
 +  * http://www.servermule.com.au/help/linux/install-lemp-mysql-5-6-centos-6/
 +  * http://bugs.mysql.com/bug.php?id=70431
 +
 +Install mysql repo and disable it by default:
 +
 +  rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
 +  sed -i s'/enabled=1/enabled=0/' /etc/yum.repos.d/mysql-community.repo
 +
 +Install mysql 5.6
 +
 +  yum -y --enablerepo=mysql56-community install mysql-server
 +  
 +Add the following in your my.cnf [mysqld] section:
 +
 +  skip-grant-tables
server/mysql.1418417730.txt.gz · Last modified: 2014/12/12 20:55 by admin