• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved ERROR: PleskFatalException

i find good file.
http://vault.centos.org/5.7/updates/i386/RPMS/mysql-server-5.0.95-1.el5_7.1.i386.rpm

and all it's works now

# wget http://vault.centos.org/5.7/updates/i386/RPMS/mysql-server-5.0.95-1.el5_7.1.i386.rpm
--2016-07-20 10:27:29-- http://vault.centos.org/5.7/updates/i386/RPMS/mysql-server-5.0.95-1.el5_7.1.i386.rpm
Resolving vault.centos.org... 109.72.83.61, 2a00:f10:10b:13::10
Connecting to vault.centos.org|109.72.83.61|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10289839 (9.8M) [application/x-rpm]
Saving to: `mysql-server-5.0.95-1.el5_7.1.i386.rpm'

100%[===================================================================================================================================================================================================>] 10,289,839 7.50M/s in 1.3s

2016-07-20 10:27:30 (7.50 MB/s) - `mysql-server-5.0.95-1.el5_7.1.i386.rpm' saved [10289839/10289839]

# rpm -Uvh --force --nodeps mysql-server-5.0.95-1.el5_7.1.
mysql-server-5.0.95-1.el5_7.1.i386.rpm mysql-server-5.0.95-1.el5_7.1.x86_64.rpm mysql-server-5.0.95-1.el5_7.1.x86_64.rpm.1
# rpm -Uvh --force --nodeps mysql-server-5.0.95-1.el5_7.1.i386.rpm
Preparing... ########################################### [100%]
1:mysql-server ########################################### [100%]
#
#
#
#
# rpm -Va mysql-server
#
# rpm -qf /usr/libexec/mysqld
mysql-server-5.0.95-1.el5_7.1
#
# ll /usr/libexec/mysqld
-rwxr-xr-x 1 root root 7036332 Feb 13 2012 /usr/libexec/mysqld
#
# /etc/init.d/mysqld start
Starting MySQL: [ OK ]
#


Many Many thanks Igor
 
Back
Top