Thanks
> --
> You received this message because you are subscribed to the Google Groups
> "Percona Discussion" group.
> To post to this group, send email to percona-d...@googlegroups.com.
> To unsubscribe from this group, send email to
> percona-discuss...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/percona-discussion?hl=en.
>
Ok thanks, I ran that and it said that it has installed. Restarted
MySQL as well, is that it now? Am I running Percona with XtraDB or is
there some settings that need editing first? My tables have already
been updated to be running InnoDB.
Not saying anything about Percona or XtraDB. Only command that I have
done is yum install Percona-Server-server-51
"Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4352
Server version: 5.1.51 MySQL Community Server (GPL)"
Not saying anything about Percona or XtraDB. Only command that I have
done is yum install Percona-Server-server-51
It said that it installed and a key was issued. I am using WHM/cPanel
on my server
Alex,
In your environment yum is told to check gpg signature of installed
packages, but the key is not installed.
You should either diables gpg checks in /etc/yum.repos.d/Percona.repo:
gpgcheck=0
or install Percona's repo with correct yum configs and the public key:
rpm -Uhv http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
-Aleks
That's because MySQL-server conflicts with Percona-Server-server-51.
MySQL-server should be deinstalled first.
-Aleks