Choose the best answer.What is the correct syntax for using transparent data encryption with an existing InnoDB table?
AALTER TABLE t1 SET TDE = ‘ON‘;
BALTER TABLE t1 ADD ENCRYPTED_TABLESPACE = ‘Y‘;
CALTER TABLE t1 ENCRYPTION=‘Y‘;
DALTER TABLE t1 WITH ENCRYPTION USING MASTER KEY;
相关试题
-
Choose the best answer.What is the correct syntax for using transparent data encryption with an exi
-
Choose the best answer.Which statement is true about MySQL Enterprise Transparent Data Encryption (
-
Choose the best answer.Database test contains a table named city that has the InnoDB storage engine.
-
Choose the best answer.Which statement is true about InnoDB persistent index statistics?
-
What is the first step in the reconciliation process? Choose the correct answer.