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.
Download the raw file with wget or curl
wget -O usr.sbin.mysqld.example https://exampleconfig.com/static/raw/mariadb/ubuntu16.04/etc/apparmor.d/usr.sbin.mysqld
curl https://exampleconfig.com/static/raw/mariadb/ubuntu16.04/etc/apparmor.d/usr.sbin.mysqld > usr.sbin.mysqld.example
Other config files you might find useful