> However the file /etc/pki/rpm-gpg/RPM-GPG-KEY-percona never existed.
> So I manually created it from here: http://www.percona.com/downloads/RPM-GPG-KEY-percona
>
>
> Now yum recognizes the repo and is able to find the packages. But the
> GPG key is not working. I get this error:
>
> Total size: 28 M
> Installed size: 70 M
> Downloading Packages:
> warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID
> cd2efd2a: NOKEY
>
>
> GPG key retrieval failed: [Errno 14] Could not open/read
> file://etc/pki/rpm-gpg/RPM-GPG-KEY-percona
Looks strange however I didn't test the repo on Fedora.
First of all the gpg key should be installed by percona-release RPM:
$ rpm -qlp
http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
/etc/pki/rpm-gpg
/etc/pki/rpm-gpg/RPM-GPG-KEY-percona
/etc/yum.repos.d
/etc/yum.repos.d/Percona.repo
...
$
If not, please report a bug
https://bugs.launchpad.net/percona-server/+filebug
It should also work if you've downloaded the key manually and put to
/etc/pki/rpm-gpg/RPM-GPG-KEY-percona
On some reason rpm can't read it.
As a workaround I can suggest to set gpgcheck = 0 in Percona.repo.
-Aleks
I issue "service mysql start" but I got this message:
Starting MySQL (Percona Server)...... ERROR! The server quit without updating PID file (/var/lib/mysql/domain.com.pid).
How can I solve it?