MariaDB usr.sbin.mysqld configuration example for Ubuntu 16.04 LTS (Xenial Xerus)

Get the default configuration file usr.sbin.mysqld for MariaDB, optimized for Ubuntu 16.04 LTS (Xenial Xerus). This example configuration ensures optimal compatibility and performance for MariaDB, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/apparmor.d/usr.sbin.mysqld.

For more configurations and setup guides, visit our related files section to further customize your system.

    # This file is intensionally empty to disable apparmor by default for newer
# versions of MariaDB, while providing seamless upgrade from older versions
# and from mysql, where apparmor is used.
#
# By default, we do not want to have any apparmor profile for the MariaDB
# server. It does not provide much useful functionality/security, and causes
# several problems for users who often are not even aware that apparmor
# exists and runs on their system.
#
# Users can modify and maintain their own profile, and in this case it will
# be used.
#
# When upgrading from previous version, users who modified the profile
# will be promptet to keep or discard it, while for default installs
# we will automatically disable the profile.

    
  

Config Details

Location
/etc/apparmor.d/usr.sbin.mysqld
Operating system
Ubuntu 16.04 LTS (Xenial Xerus)
Length
15 lines
MD5 checksum
5b43a33a4995f3532bcea02d9c2c87c1

Usage

Download the raw file with wget or curl

Wget

wget -O usr.sbin.mysqld.example https://exampleconfig.com/static/raw/mariadb/ubuntu16.04/etc/apparmor.d/usr.sbin.mysqld

cURL

curl https://exampleconfig.com/static/raw/mariadb/ubuntu16.04/etc/apparmor.d/usr.sbin.mysqld > usr.sbin.mysqld.example