/etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf - Ubuntu 16.04 LTS (Xenial Xerus)

This is the default example configuration of 50-mysqld_safe.cnf provided by MariaDB. This config file was generated by MariaDB running on Ubuntu 16.04.

It is located under: /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf

    [mysqld_safe]
# This will be passed to all mysql clients
# It has been reported that passwords should be enclosed with ticks/quotes
# escpecially if they contain "#" chars...
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
socket		= /var/run/mysqld/mysqld.sock
nice		= 0
skip_log_error
syslog

    
  

Config Details

Location
/etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf
Operating system
Ubuntu 16.04 LTS (Xenial Xerus)
Length
9 lines
MD5 checksum
c6ed5fbb689d1d44911df33bff191206

Usage

Download the raw file with wget or curl

Wget

wget -O 50-mysqld_safe.cnf.example http://exampleconfig.com/static/raw/mariadb/ubuntu16.04/etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf

cURL

curl http://exampleconfig.com/static/raw/mariadb/ubuntu16.04/etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf > 50-mysqld_safe.cnf.example