Run a tablespace encryption operation. In this example, a general tablespace named ts1 is encrypted.
mysql> ALTER TABLESPACE ts1 ENCRYPTION = 'Y';
https://dev.mysql.com/doc/refman/8.0/en/innodb-data-encryption.html
To alter the encryption of an existing file-per-table tablespace, an ENCRYPTION clause must be specified.
mysql> ALTER TABLE t1 ENCRYPTION = 'Y';
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.1z0-908 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
FelipeK
7 months, 3 weeks agomarklv
9 months, 4 weeks agoDhanushka
11 months ago