You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
(1) soup tries to install mysql 5.5 but we're up to 5.7 now
(2) mysql_upgrade tries to connect to mysql and upgrade tables. This is problematic if we've disabled mysql via systemd. Looks like we'll have to enable mysql, do the upgrade, and then disable mysql (only if it was previously disabled).
There are 2 issues:
(1) soup tries to install mysql 5.5 but we're up to 5.7 now
(2) mysql_upgrade tries to connect to mysql and upgrade tables. This is problematic if we've disabled mysql via systemd. Looks like we'll have to enable mysql, do the upgrade, and then disable mysql (only if it was previously disabled).
documented:
https://github.com/Security-Onion-Solutions/security-onion/wiki/MySQL-Upgrade-Errors
The text was updated successfully, but these errors were encountered: