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

soup: avoid issues with mysql 5.7 and systemd #1283

Closed
dougburks opened this issue Jul 31, 2018 · 3 comments
Closed

soup: avoid issues with mysql 5.7 and systemd #1283

dougburks opened this issue Jul 31, 2018 · 3 comments

Comments

@dougburks
Copy link
Contributor

dougburks commented Jul 31, 2018

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

@dougburks
Copy link
Contributor Author

@dougburks
Copy link
Contributor Author

@dougburks
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant