QuestionQ4

Database Security

Which two statements are correct about InnoDB data-at-rest encryption?

Choose two
  • A It supports only non-blob datatypes.
  • B It does not support the transportable tablespaces feature.
  • C It supports all indexes transparently.
  • D It decrypts data for use in memory.
  • E It enforces encryption from disk to memory and over network transmission.
Explanation

InnoDB data-at-rest encryption transparently supports all indexes. Data is encrypted in the tablespace files and is decrypted when read into memory; network traffic requires separate MySQL network encryption such as SSL/TLS.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!