• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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