aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/mariadb/etc-mysql/mariadb.conf.d/50-mysqld_safe.cnf
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
commit83f7fe4b8402bab171d110703a1b1115efbc9b28 (patch)
tree19110702c7d740f6bd8ee4f5d2ebcb97442be237 /straper/db/public/mariadb/etc-mysql/mariadb.conf.d/50-mysqld_safe.cnf
parent51d43498b07dc97d795947964534f0903cd05db5 (diff)
downloadbin-83f7fe4b8402bab171d110703a1b1115efbc9b28.tar.gz
bin-83f7fe4b8402bab171d110703a1b1115efbc9b28.zip
cleaned up many scrits and deleted some that were of no use; renamed a lot
Diffstat (limited to 'straper/db/public/mariadb/etc-mysql/mariadb.conf.d/50-mysqld_safe.cnf')
-rw-r--r--straper/db/public/mariadb/etc-mysql/mariadb.conf.d/50-mysqld_safe.cnf28
1 files changed, 0 insertions, 28 deletions
diff --git a/straper/db/public/mariadb/etc-mysql/mariadb.conf.d/50-mysqld_safe.cnf b/straper/db/public/mariadb/etc-mysql/mariadb.conf.d/50-mysqld_safe.cnf
deleted file mode 100644
index e24f96a..0000000
--- a/straper/db/public/mariadb/etc-mysql/mariadb.conf.d/50-mysqld_safe.cnf
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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