e95c4b70f5
mariadb-connector-c is not part of the flatpak runtime, and therefore is built in /app as a dependency of flatpaks which require it. Therefore, my.cnf must respect %_sysconfdir rather than use /etc.
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
#
|
|
# 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 @SYSCONFDIR@/my.cnf.d
|
|
|