Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Upgrading XtraDB Cluster from 5.5.23 to 5.5.27 - checking permissions issue
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Patrick  
View profile  
 More options Sep 20 2012, 10:49 am
From: Patrick <patrickzoblis...@gmail.com>
Date: Thu, 20 Sep 2012 07:49:30 -0700 (PDT)
Local: Thurs, Sep 20 2012 10:49 am
Subject: Upgrading XtraDB Cluster from 5.5.23 to 5.5.27 - checking permissions issue

Hi,

When trying to upgrade an XtraDB Cluster node from 5.5.24-23.6-log
to 5.5.27-23.6-log, the mysql_upgrade step is getting stuck at "checking
permissions" for "CREATE TABLE IF NOT EXISTS help_topic ...."

Upgrade steps are as follows, using a tarball install:

service mysql stop
cd /usr/local
rm mysql (removes soft link to version 5.5.24)
tar -zxvf Percona-XtraDB-Cluster-5.5.27-23.6.356.Linux.x86_64.tar.gz
ln -s Percona-XtraDB-Cluster-5.5.27-23.6.356.Linux.x86_64 mysql
cp /usr/local/mysql/support-files/mysql.server /etc/init.d/mysql
/usr/local/mysql/bin/mysqld --skip-grant-tables --user=mysql &
/usr/local/mysql/bin/mysql_upgrade

| 67072 | dbadm       | localhost | mysql | Query   |    350 | checking
permissions | CREATE TABLE IF NOT EXISTS help_topic ( help_topic_id int
unsigned not null, name char(64) not null, |

Has anyone run into this before in trying to upgrade XtraDB Cluster?

Thanks
Patrick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Yurchenko  
View profile  
 More options Sep 20 2012, 1:35 pm
From: Alex Yurchenko <alexey.yurche...@codership.com>
Date: Thu, 20 Sep 2012 20:35:02 +0300
Local: Thurs, Sep 20 2012 1:35 pm
Subject: Re: Upgrading XtraDB Cluster from 5.5.23 to 5.5.27 - checking permissions issue
On 2012-09-20 17:49, Patrick wrote:

This is just a guess, but perhaps you should add --wsrep_provider=none
to mysqld command line options there...

> | 67072 | dbadm       | localhost | mysql | Query   |    350 |
> checking
> permissions | CREATE TABLE IF NOT EXISTS help_topic ( help_topic_id
> int
> unsigned not null, name char(64) not null, |

> Has anyone run into this before in trying to upgrade XtraDB Cluster?

> Thanks
> Patrick

--
Alexey Yurchenko,
Codership Oy, www.codership.com
Skype: alexey.yurchenko, Phone: +358-400-516-011

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Patrick  
View profile  
 More options Sep 24 2012, 10:53 am
From: Patrick <patrickzoblis...@gmail.com>
Date: Mon, 24 Sep 2012 07:53:08 -0700 (PDT)
Local: Mon, Sep 24 2012 10:53 am
Subject: Re: Upgrading XtraDB Cluster from 5.5.23 to 5.5.27 - checking permissions issue

Thanks Alexy - --wsrep_provider=none did the trick.

Patrick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »