This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

How to update mySQL to version 5.6?
#10
RE: How to update mySQL to version 5.6?
Ok here are the steps that I used.
First you have to update from 5.1 to 5.5

//Add Remi Repo
# wget http://rpms.famillecollet.com/enterprise...ease-6.rpm
# rpm -Uvh remi-release-6*.rpm


// Update to PHP 5.6.8
# yum --enablerepo=remi-php56,remi update php\*

Update to Mysql 5.5.43
# yum --enablerepo=remi install mysql mysql-server

Works like a charm.

Then you have to use this to update 5.5 to 5.6
update naar 5.6
wget https://repo.mysql.com/mysql-community-release-el6.rpm
rpm -Uvh mysql-community-release-el6*.rpm
yum update
N
yum update mysql
Y

chkconfig --level 345 mysqld on
reboot

My servicedesk app worked.. and could be updated to latest version.
Sentora panel also worked.

And I was able to create a database through the interface.
Only thing that did not work was creating a Mysql user.

I got an Internal server error. Please assist in solving this.
Reply
Thanks given by:


Messages In This Thread
RE: How to update mySQL to version 5.6? - by Me.B - 12-03-2015, 08:27 PM
RE: How to update mySQL to version 5.6? - by Me.B - 12-03-2015, 08:58 PM
RE: How to update mySQL to version 5.6? - by Me.B - 12-04-2015, 07:02 AM
RE: How to update mySQL to version 5.6? - by jeremyotten - 12-04-2015, 07:22 PM
RE: How to update mySQL to version 5.6? - by Me.B - 12-04-2015, 07:37 PM
RE: How to update mySQL to version 5.6? - by Me.B - 12-05-2015, 01:34 AM
RE: How to update mySQL to version 5.6? - by Me.B - 12-05-2015, 08:35 PM
RE: How to update mySQL to version 5.6? - by Me.B - 12-08-2016, 11:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
How to upgrade php and mysql version? davidlambda 4 28 ,474 03-11-2020, 06:16 PM
Last Post: davidlambda
Official Upgrade php version? visionix 7 29 ,610 01-13-2020, 07:17 AM
Last Post: Vedran B
How to install older sentora with older mysql version atomiq 0 4 ,431 11-30-2019, 04:27 PM
Last Post: atomiq

Forum Jump:


Users browsing this thread: 1 Guest(s)