192 |
- |
1 |
#
|
|
|
2 |
# !include this file into your my.cnf (or any of *.cnf files in /etc/my.cnf.d)
|
|
|
3 |
# and it will enable data at rest encryption. This is a simple way to
|
|
|
4 |
# ensure that everything that can be encrypted will be and your
|
|
|
5 |
# data will not leak unencrypted.
|
|
|
6 |
#
|
|
|
7 |
# DO NOT EDIT THIS FILE! On MariaDB upgrades it might be replaced with a
|
|
|
8 |
# newer version and your edits will be lost. Instead, add your edits
|
|
|
9 |
# to the .cnf file after the !include directive.
|
|
|
10 |
#
|
|
|
11 |
# NOTE that you also need to install an encryption plugin for the encryption
|
|
|
12 |
# to work. See https://mariadb.com/kb/en/mariadb/data-at-rest-encryption/#encryption-key-management
|
|
|
13 |
#
|
|
|
14 |
[mariadb]
|
|
|
15 |
aria-encrypt-tables
|
|
|
16 |
encrypt-binlog
|
|
|
17 |
encrypt-tmp-disk-tables
|
|
|
18 |
encrypt-tmp-files
|
|
|
19 |
loose-innodb-encrypt-log
|
|
|
20 |
loose-innodb-encrypt-tables
|