Comments - Data-at-Rest Encryption Overview

7 years, 1 month ago Chris Calender

You cannot always tell which tables are encrypted or not via SHOW CREATE TABLE, but you can with (ENCRYPTION_SCHEME=1 for encrypted tables, 0 for non-encrypted tables):<br>

SELECT * FROM INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION;

 
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.