MariaDB - /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf
Direkt von einer unveränderten Installation gezogen.
Schnellaktionen
📥 Original herunterladen 50-mysqld_safe.cnfKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert 50-mysqld_safe.cnf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Debian 11 (Bullseye)
✓ Auch kompatibel:
Debian 12 (Bookworm),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Ubuntu 24.04 LTS (Noble Numbat),
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
29 Zeilen
# 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-mysqld_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 = mysqld
#
# For more information, please read https://mariadb.com/kb/en/mariadb/systemd/
[mysqld_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
Download-Befehle
50-mysqld_safe.cnf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von MariaDB
Mit wget:
wget -O 50-mysqld_safe.cnf.example https://exampleconfig.com/api/v1/config/original/ae130218a23989c3a504c95831610b4b?hint=50-mysqld_safe.cnf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/ae130218a23989c3a504c95831610b4b?hint=50-mysqld_safe.cnf > 50-mysqld_safe.cnf.example