fix depreciations

This commit is contained in:
m0duspwnens
2023-07-18 16:50:34 -04:00
parent df1bf8e67b
commit b66cd82110

View File

@@ -17,18 +17,16 @@
# join_buffer_size = 128M # join_buffer_size = 128M
# sort_buffer_size = 2M # sort_buffer_size = 2M
# read_rnd_buffer_size = 2M # read_rnd_buffer_size = 2M
skip-host-cache
host_cache_size=0
skip-name-resolve skip-name-resolve
datadir=/var/lib/mysql datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock socket=/var/lib/mysql/mysql.sock
secure-file-priv=/var/lib/mysql-files secure-file-priv=/var/lib/mysql-files
user=socore user=socore
# Disabling symbolic-links is recommended to prevent assorted security risks
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 # Switch back to the native password module so that playbook can connect
default_authentication_plugin=mysql_native_password authentication_policy=mysql_native_password