How to update mySQL to version 5.6?
#1
How to update mySQL to version 5.6?
How to update mySQL to version 5.6?
Reply
#2
RE: How to update mySQL to version 5.6?
You can use different repos like remi but you can get a lot of issues later in packages.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply
#3
RE: How to update mySQL to version 5.6?
(12-03-2015, 08:27 PM)Me.B Wrote: You can use different repos like remi but you can get a lot of issues later in packages.

M B

What packages do you mean? I only use it for 1 application... our Servicedesk
Reply
#4
RE: How to update mySQL to version 5.6?
If you use Ubuntu you get MySQL 5.5.

See here how to upgrade using remi

http://myeasywayout.blogspot.fr/2013/06/...os-64.html

You will find more if you google it.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply
#5
RE: How to update mySQL to version 5.6?
Confused  According to your profile you are still using 1.0.0! You should seriously look into updating to 1.0.3! See the Announcements section for more info.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
#6
RE: How to update mySQL to version 5.6?
(12-04-2015, 12:55 AM)TGates Wrote: Confused  According to your profile you are still using 1.0.0! You should seriously look into updating to 1.0.3! See the Announcements section for more info.

i am at 1.03 but that still runs mysql 5.1.27 i need 5.6 @ least..

I think Sentory should update this ASAP..
Reply
#7
RE: How to update mySQL to version 5.6?
(12-03-2015, 08:58 PM)Me.B Wrote: If you use Ubuntu you get MySQL 5.5.

See here how to upgrade using remi

http://myeasywayout.blogspot.fr/2013/06/...os-64.html

You will find more if you google it.

M B

I am on Centos 6.6
Reply
#8
RE: How to update mySQL to version 5.6?
It's almost the same but you must google it and test before doing it on live server.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply
#9
RE: How to update mySQL to version 5.6?
(12-04-2015, 07:02 AM)Me.B Wrote: It's almost the same but you must google it and test before doing it on live server.

M B

i am just going to do that.. will the sentory GUI still work after upgrade?
Can i create mySQL databases and stuff?
Reply
#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


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

Forum Jump:


Users browsing this thread: 3 Guest(s)