mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
a1211a4eda
Use MariaDB named executables. Also remove unnecessary slave references. rename 50-mysql-clients.cnf -> 50-mariadb-clients.cnf 50-mysqld_safe.cnf -> 50-mariadb_safe.cnf
28 lines
932 B
INI
28 lines
932 B
INI
# NOTE: THIS FILE IS READ ONLY BY THE TRADITIONAL SYSV INIT SCRIPT, NOT SYSTEMD.
|
|
# MARIADB SYSTEMD DOES _NOT_ UTILIZE MYSQLD_SAFE NOR READ THIS FILE.
|
|
#
|
|
# For similar behavior, systemd users should create the following file:
|
|
# /etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf
|
|
#
|
|
# To achieve the same result as the default 50-mariadb_safe.cnf, please create
|
|
# /etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf
|
|
# with the following contents:
|
|
#
|
|
# [Service]
|
|
# User = mysql
|
|
# StandardOutput = syslog
|
|
# StandardError = syslog
|
|
# SyslogFacility = daemon
|
|
# SyslogLevel = err
|
|
# SyslogIdentifier = mariadbd
|
|
#
|
|
# For more information, please read https://mariadb.com/kb/en/mariadb/systemd/
|
|
|
|
[mariadbd-safe]
|
|
# This will be passed to all mysql clients
|
|
# It has been reported that passwords should be enclosed with ticks/quotes
|
|
# especially if they contain "#" chars...
|
|
|
|
nice = 0
|
|
skip_log_error
|
|
syslog
|