switch MySQL 8 to use native password to avoid playbook incompatibility

This commit is contained in:
Jason Ertel
2023-01-23 14:53:39 -05:00
parent d421aa82a2
commit 5a016312f6

View File

@@ -29,3 +29,6 @@ symbolic-links=0
log-error=/var/log/mysql/mysqld.log
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