Comments - Innodb table encryption existing database
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Hello, this is My.cnf file, but don't work .. I have used the command: ALTER TABLE mytable ENCRYPTION='Y' with error Function ENCRYPTION unknow
[mysqld] plugin_load_add = file_key_management datadir=C:\Program Files\MariaDB 10.3\data port=3306 innodb_buffer_pool_size=134217728 back_log=1000 innodb_encrypt_tables=ON; early-plugin-load=keyring_file.so keyring_file_data=/opt/bitnami/mysql/data/keyring [client] port=3306 plugin-dir=C:/Program Files/MariaDB 10.3/lib/plugin
What is wrong ??