Darren John

  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 6

Activity overview

Latest activity by Darren John
  • Darren John commented,

    Does that mean we no longer need to versionlock it?

  • Darren John commented,

    Thats my fix :)

  • Darren John commented,

    I only did "yum versionlock mysql-community-*"  as mysql-cloud is the 8.4.5 version and it isn't installed on the server, so can't really be versionlocked.

  • Darren John commented,

    You may not need to reset your root password but I did - doing the yum undo does bring back the websites, without the need of resetting the root password. But the root password is needed for basic ...

  • Darren John commented,

    "yum history list" will show a list of all the yum updates with IDs - you should be able to determine which one caused it, by looking at the time it was done. If you do a yum history info <ID>   it...

  • Darren John commented,

    Cpanel hasn't released a recommended fix yet, not 100% sure they are even accepting this as a bug - but the issue is that the update decided to update MySql 8.4.4 to 8.4.5. The only solution I coul...

  • Darren John commented,

    I fix it by doing a yum undo by doing the following ... yum history list Then looked for the dodgy update, confirmed it was the right one with .. yum history info <id> And then used this command to...

  • Darren John commented,

    I've having the same issue!