mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix depreciations
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user