Encrypt system tablespace¶
By default, the system tablespace, which contains the system database and the data dictionary tables, is unencrypted. To change the encryption requires the CREATE TABLESPACE
privilege on all tables in the instance.
In an ALTER TABLESPCE
statement, add the ENCRYPTION
option with the tablespace name to enable encryption.
mysql> ALTER TABLESPACE mysql ENCRYPTION='Y';
ENCRYPTION
option to ‘N”.
mysql> ALTER TABLESPACE mysql ENCRYPTION='N';
Get expert help¶
If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.
Last update:
2024-10-30