mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
be0d1179a8
use my.cnf includes to split one big my.cnf file in server and client parts. remove "Provides: mysql-libs" (doesn't help on CentOS 6)
11 lines
202 B
INI
11 lines
202 B
INI
#
|
|
# This group is read both both by the client and the server
|
|
# use it for options that affect everything
|
|
#
|
|
[client-server]
|
|
|
|
#
|
|
# include all files from the config directory
|
|
#
|
|
!includedir /etc/my.cnf.d
|
|
|