Skip to main content

Problem updating cPanel

Comments

3 comments

  • morteza3245
    any help????????
    0
  • JaredR.
    It appears that you have multiple versions of MySQL packages installed. Specifically, there is a conflict between MySQL56-shared-5.6.16-3.cp1142.x86_64 and cl-MySQL-shared-5.5.34-12.el6.cloudlinux.x86_64 (note that one is a MySQL 5.6 package, and the other is a MySQL 5.5 package). What is the output of this command? # rpm -qa|grep MySQL
    Once you see what versions of MySQL packages you have installed, you can remove the conflicting ones (usually the older versions): # rpm --erase --nodeps package_name
    Removing the packages will not erase your databases, but as always, it is wise to have backups of all of your data, including MySQL databases, before any upgrade. If you submit a ticket using the link in my signature, we can likely resolve this problem for you relatively quickly. You can post the ticket number here so we can follow up.
    0
  • morteza3245
    Your Request id is: 4754919.
    0

Please sign in to leave a comment.