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?
#1
How to update mySQL to version 5.6?
How to update mySQL to version 5.6?
Reply
Thanks given by:
#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
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#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
Thanks given by:
#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
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#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
Thanks given by:
#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
Thanks given by:
#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
Thanks given by:
#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
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#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
Thanks given by:
#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:


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

Forum Jump:


Users browsing this thread: 1 Guest(s)