Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

soup: avoid issues with mysql 5.7 and systemd #1283

@dougburks

Description

@dougburks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions