6df48a42f2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/mariadb#4e960545a8a5fc83de7c79818a01beeb08c51d6b
19 lines
353 B
Plaintext
19 lines
353 B
Plaintext
#
|
|
# This group is read both both by the client and the server
|
|
# use it for options that affect everything
|
|
#
|
|
[client-server]
|
|
|
|
#
|
|
# This group is read by the server
|
|
#
|
|
[mysqld]
|
|
# Disabling symbolic-links is recommended to prevent assorted security risks
|
|
symbolic-links=0
|
|
|
|
#
|
|
# include all files from the config directory
|
|
#
|
|
!includedir @INSTALL_SYSCONF2DIR@
|
|
|