• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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