MySQL Forums
Forum List  »  Security

MYSQL TDE Setup
Posted by: Sumanth Madyalkar
Date: April 21, 2019 12:17AM

Hi All,

I have been trying to setup a Mysql 8.x version on linux 7.3 with TDE, the following are the tasks that I am trying to achieve.

1) Install mysql -- Successful
2) Setup TDE - Successful
3) use mysqlbackup to backup - Failed

190421 10:34:40 RDR1 INFO: All tables unlocked
190421 10:34:40 RDR1 INFO: All MySQL tables were locked for 7.019 seconds.
190421 10:34:40 RDR1 INFO: Found encrypted tablespaces, migrating the keys.
190421 10:34:40 RDR1 INFO: Active keyring "keyring_file" detected.
190421 10:34:40 RDR1 INFO: Invoking the keyring migration tool.
190421 10:34:40 RDR1 INFO: Keyring migration tool start.
190421 10:34:41 RDR1 INFO: Keyring migration tool execution complete.
190421 10:34:41 RDR1 INFO: Migration tool execution complete.
190421 10:34:41 RDR1 ERROR: Unable to load the keys into the service.190421 10:34:41 RDR1 INFO: Requesting completion of redo log copy. Rapid: 1

mysqlbackup failed with errors!

Note:

I have added the following details during TDE configuration in my.cnf

[mysqld]
early-plugin-load = keyring_file.so
keyring_file_data = /var/lib/mysql_keyring/keyring

Options: ReplyQuote


Subject
Views
Written By
Posted
MYSQL TDE Setup
1306
April 21, 2019 12:17AM
404
April 24, 2019 02:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.