Go Back   Cloud Computing > Support > MySQL Issues.
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 07-27-11, 23:37
BOD Member
 
Join Date: Nov 2010
Posts: 202
Default mysql be upgraded on plesk

I am updating some application on my plesk server, but got warning related to old version of mysql.
Can mysql be upgraded on plesk server without damaging the data?
Reply With Quote
  #2 (permalink)  
Old 07-28-11, 00:14
BOD Member
 
Join Date: Dec 2010
Posts: 227
Default

What is the current version of mysql you have on server?
Reply With Quote
  #3 (permalink)  
Old 07-28-11, 02:05
BOD Member
 
Join Date: Nov 2010
Posts: 202
Default

Quote:
Originally Posted by 77wmaster View Post
What is the current version of mysql you have on server?
The current version of mysql is Mysql 5.0, I need to upgrade to Mysql 5.1.x.
Reply With Quote
  #4 (permalink)  
Old 07-28-11, 03:29
BOD Member
 
Join Date: Dec 2010
Posts: 227
Default

NOTE : To be on the safe side, Please take backup of your server before proceeding with the steps.

It is possible to upgrade mysql in plesk server. To achieve this you need to follow the following setups :

Set up the atomic channel
Upgrade to Mysql 5.1
Quote:
yum upgrade mysql
Disable the BERKLEY storage engine.
Quote:
Open /etc/my.cnf
comment line contains
skip-bdb
Update MySQL table
Quote:
mysql_upgrade -u admin -p
Issue the following command from the shell:
Quote:
mysqlcheck --check-upgrade --all-databases --auto-repair -u admin -pyouradminpassword
and
cat /usr/share/mysql/mysql_fix_privilege_tables.sql | /usr/bin/mysql --no-defaults --force --user=admin --password=youradminpassword --host=localhost --database=mysql
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 00:54.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.