• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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