mirror of
https://git.centos.org/rpms/mariadb.git
synced 2025-02-24 00:32:58 +00:00
19 lines
353 B
Text
19 lines
353 B
Text
![]() |
#
|
||
|
# 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@
|
||
|
|