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
Percona 5.5 on CentOS 5.8
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
 
dimka  
View profile  
 More options Aug 29 2012, 11:27 am
From: dimka <mr.di...@gmail.com>
Date: Wed, 29 Aug 2012 08:27:05 -0700 (PDT)
Local: Wed, Aug 29 2012 11:27 am
Subject: Percona 5.5 on CentOS 5.8

Hello @all,

I recently found about Percona and I decided to give it a try.
Till now I was using the default version of MySQL server for CentOS which
is MySQL 5.0.95.

What I did was to remove mysql-server mysql and their dependencies

$ yum erase mysql-server mysql

Installed the Percona yum repo

$ rpm -Uhv
http://www.percona.com/downloads/percona-release/percona-release-0.0-...

Installed the required packages

$ yum install Percona-Server-client-55.x86_64
Percona-Server-shared-compat.x86_64 Percona-Server-server-55.x86_64

And the following message appeared.

120829 10:42:48 [Note] Flashcache bypass: disabled
120829 10:42:48 [Note] Flashcache setup error is : ioctl failed

ERROR: 1136  Column count doesn't match value count at row 1
120829 10:42:49 [ERROR] Aborting

120829 10:42:49 [Note] /usr/sbin/mysqld: Shutdown complete

Installation of system tables failed!  Examine the logs in
/var/lib/mysql for more information.

You can try to start the mysqld daemon with:

    shell> /usr/sbin/mysqld --skip-grant &

and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:

    shell> /usr/bin/mysql -u root mysql
    mysql> show tables

Try 'mysqld --help' if you have problems with paths.  Using --log
gives you a log in /var/lib/mysql that may be helpful.

Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS.  Another information source are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us!  And remember, if
you do mail us, you MUST use the /usr/bin/mysqlbug script!

Percona Server is distributed with several useful UDF (User Defined
Function)
fr                                                                            
om Maatkit.
Run the following commands to create these functions:
mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'"
mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'"
mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME
'libmurmur_udf.so'"
See http://code.google.com/p/maatkit/source/browse/trunk/udf for more
details

Installed:
  Percona-Server-client-55.x86_64 0:5.5.27-rel28.0.291.rhel5
  Percona-Server-server-55.x86_64 0:5.5.27-rel28.0.291.rhel5
  Percona-Server-shared-compat.x86_64 0:5.5.27-rel28.0.291.rhel5

Dependency Installed:
  Percona-Server-shared-55.x86_64 0:5.5.27-rel28.0.291.rhel5

Complete!

I had to start mysqld executing

$ /etc/init.d/mysql start

After that I executed

$ mysql_upgrade -u root -p

which resulted on getting some errors like this

MyDB.consumer
error    : Table upgrade required. Please do "REPAIR TABLE `consumer`" or
dump/reload to fix it!

Are all these normal?
One more thing I would like to point out that no /etc/my.cnf file was
installed.
I extracted Percona-Server-server-55-5.5.27-rel28.0.291.rhel5.x86_64.rpm
file and the my.cnf file was not present there either.

Thank you


 
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.
Olivier Doucet  
View profile  
 More options Aug 29 2012, 11:42 am
From: Olivier Doucet <webmas...@ajeux.com>
Date: Wed, 29 Aug 2012 17:41:16 +0200
Local: Wed, Aug 29 2012 11:41 am
Subject: Re: Percona 5.5 on CentOS 5.8
Hi,

> 120829 10:42:48 [Note] Flashcache bypass: disabled
> 120829 10:42:48 [Note] Flashcache setup error is : ioctl failed

This can be safely ignored.

> ERROR: 1136  Column count doesn't match value count at row 1
> 120829 10:42:49 [ERROR] Aborting

mysql_upgrade was needed.

> $ mysql_upgrade -u root -p
> error    : Table upgrade required. Please do "REPAIR TABLE `consumer`" or
> dump/reload to fix it!

Execute following command :
mysqlcheck -uroot -a -p -v --all-databases

> I extracted Percona-Server-server-55-5.5.27-rel28.0.291.rhel5.x86_64.rpm
> file and the my.cnf file was not present there either.

You can generate one here :
https://tools.percona.com/

Olivier


 
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.
dimka  
View profile  
 More options Aug 29 2012, 11:48 am
From: dimka <mr.di...@gmail.com>
Date: Wed, 29 Aug 2012 08:48:56 -0700 (PDT)
Local: Wed, Aug 29 2012 11:48 am
Subject: Re: Percona 5.5 on CentOS 5.8

Thank you Olivier for the quick reply

I ve executed the command you instructed and for the tables that was giving
me a warning I now get.

cMyDB.consumer                   Table is already up to date

> > I extracted Percona-Server-server-55-5.5.27-rel28.0.291.rhel5.x86_64.rpm
> > file and the my.cnf file was not present there either.

> You can generate one here :
> https://tools.percona.com/

> Olivier

Again thank you very much

Dimos


 
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 « Newer topic     Older topic »