mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
switch MySQL 8 to use native password to avoid playbook incompatibility
This commit is contained in:
@@ -29,3 +29,6 @@ symbolic-links=0
|
|||||||
|
|
||||||
log-error=/var/log/mysql/mysqld.log
|
log-error=/var/log/mysql/mysqld.log
|
||||||
pid-file=/var/run/mysqld/mysqld.pid
|
pid-file=/var/run/mysqld/mysqld.pid
|
||||||
|
|
||||||
|
# Switch back to the native password module so that playbook can connect
|
||||||
|
default_authentication_plugin=mysql_native_password
|
||||||
Reference in New Issue
Block a user