2018-11-21 08:05:47 +01:00
|
|
|
[crypt]
|
|
|
|
innodb_encrypt_tables=ON
|
|
|
|
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
|
|
|
loose-file-key-management
|
|
|
|
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
|
2018-12-17 06:05:27 +01:00
|
|
|
file-key-management-encryption-algorithm=aes_cbc
|
2018-11-21 08:05:47 +01:00
|
|
|
|
|
|
|
[clear]
|
|
|
|
innodb_encrypt_tables=OFF
|
|
|
|
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
|
|
|
loose-file-key-management
|
|
|
|
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
|
2018-12-17 06:05:27 +01:00
|
|
|
file-key-management-encryption-algorithm=aes_cbc
|
2018-11-21 08:05:47 +01:00
|
|
|
|