• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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