Darren John
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
Comments
Recent activity by Darren John-
Does that mean we no longer need to versionlock it?
-
Thats my fix :)
-
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.
-
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 ...
-
"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...
-
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...
-
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...
-
I've having the same issue!