This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
MySQL / Re: How to update mysql from 5.1 to 5.6
« on: December 31, 2015, 08:52:18 AM »
I want to update mysql 5.1 to 5.5 doing this:
1. Exactly after I installed CentOS 6.7, I did: yum -y update
2. Installed mysql 5.1
3. Executed line by line:
cd /etc/yum.repos.d
wget http://rpms.famillecollet.com/enterprise/remi.repo
yum --enablerepo=remi update mysql-server
sudo mysql_upgrade -u root -p (The problem it's here. In this topic, other person just say sudo mysql_upgrade and this was ocurring a big problem! So, you need to use your user root.)
service mysqld restart
yum --enablerepo=remi install mysql-server
After that, I installed normally CWP. =]
1. Exactly after I installed CentOS 6.7, I did: yum -y update
2. Installed mysql 5.1
3. Executed line by line:
cd /etc/yum.repos.d
wget http://rpms.famillecollet.com/enterprise/remi.repo
yum --enablerepo=remi update mysql-server
sudo mysql_upgrade -u root -p (The problem it's here. In this topic, other person just say sudo mysql_upgrade and this was ocurring a big problem! So, you need to use your user root.)
service mysqld restart
yum --enablerepo=remi install mysql-server
After that, I installed normally CWP. =]
Pages: [1]