• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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