From 73a7d45fe8fe7a69fd7689ce4d8283dc91f87fc9 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 28 Nov 2015 22:21:07 +0100 Subject: finishing mariadb service --- Services/mariadb/my.cnf | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) (limited to 'Services/mariadb/my.cnf') diff --git a/Services/mariadb/my.cnf b/Services/mariadb/my.cnf index ac882ac..309cc10 100644 --- a/Services/mariadb/my.cnf +++ b/Services/mariadb/my.cnf @@ -1,29 +1,36 @@ [mysqld] -datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock -# Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 -# Settings user and group are ignored when systemd is used. -# If you need to run mysqld under a different user or group, -# customize your systemd unit file for mysqld/mariadb according to the -# instructions in http://fedoraproject.org/wiki/Systemd - -# Currently, there are mariadb and community-mysql packages in Fedora. -# This particular config file is included in respective RPMs of both of them, -# so the following settings are general and will be also used by both of them. -# Otherwise the RPMs would be in conflict. -# Settings for particular implementations like MariaDB are then -# defined in appropriate sections; for MariaDB server in [mariadb] section in -# /etc/my.cnf.d/server.cnf (part of mariadb-server). -# It doesn't matter that we set these settings only for [mysqld] here, -# because they will be read and used in mysqld_safe as well. -log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid +[mariadb] +pid-file=/var/run/mariadb/mariadb.pid + [mysqld_safe] -# -# include all files from the config directory -# -!includedir /etc/my.cnf.d +[mysql] + +[mysql_upgrade] + +[mysqladmin] + +[mysqlbinlog] + +[mysqlcheck] + +[mysqldump] + +[mysqlimport] + +[mysqlshow] + +[mysqlslap] + +[client] + +[client-mariadb] + +[server] + +[embedded] -- cgit v1.2.3