10 lines
301 B
INI
10 lines
301 B
INI
# These groups are read by MariaDB server.
|
|
# Use it for options that only the server (but not clients) should see
|
|
#
|
|
# See the examples of server my.cnf files in /usr/share/mysql/
|
|
#
|
|
|
|
# This is read by the standalone daemon and embedded servers
|
|
[server]
|
|
datadir=/var/lib/mysql
|
|
character-set-server=utf8
|