• 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 mysql upgrade

What is the output of command:

# rpm -qa | grep -i mysql

on your server?
 
What about

# cat /etc/yum.repos.d/atomic.repo | grep -B1 enabled

?
 
As you can see Atomic repository is disabled (first "enabled = 0")
Change it to

enabled = 1

and run

# yum update mysql

again.
 
Back
Top