If we have a table that is encrypted at rest, like this:
How can we configure mysqldump to dump encrypted data and the key in the tablespace, so that the sql file can only be successfully imported by a server that has a matching master key?
If we have a table that is encrypted at rest, like this:
How can we configure mysqldump to dump encrypted data and the key in the tablespace, so that the sql file can only be successfully imported by a server that has a matching master key?