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
...
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
2 months agomarklv
4 months, 1 week agoDhanushka
5 months, 1 week ago