I have a strange issue not sure what is happening. I have used Percona on many servers in the past and this one just will not install it. I'm running Debian 6 64bit, Dual 6 core, 12GB ram, and 240GB SSD.
Output of my issue:
Setting up libmysqlclient18 (5.5.20-rel24.1-217.squeeze) ...
Setting up percona-server-common-5.5 (5.5.20-rel24.1-217.squeeze) ...
Setting up percona-server-client-5.5 (5.5.20-rel24.1-217.squeeze) ...
Setting up percona-server-server-5.5 (5.5.20-rel24.1-217.squeeze) ...
Stopping MySQL (Percona Server): mysqld.
Starting MySQL (Percona Server) database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing percona-server-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
percona-server-server-5.5
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any help would be great!
P.S. Trying to fix the install using apt-get -f install doesn't fix it either and will still show the same issue.
Output of my issue:
Setting up libmysqlclient18 (5.5.20-rel24.1-217.squeeze) ...
Setting up percona-server-common-5.5 (5.5.20-rel24.1-217.squeeze) ...
Setting up percona-server-client-5.5 (5.5.20-rel24.1-217.squeeze) ...
Setting up percona-server-server-5.5 (5.5.20-rel24.1-217.squeeze) ...
Stopping MySQL (Percona Server): mysqld.
Starting MySQL (Percona Server) database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing percona-server-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
percona-server-server-5.5
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any help would be great!
P.S. Trying to fix the install using apt-get -f install doesn't fix it either and will still show the same issue.
Comment