MySQL Forums
Forum List  »  Security

Re: MySQL encription
Posted by: Georgi Kodinov
Date: December 18, 2018 03:36AM

Hi,

Depends on what exactly do you want to use on your dev environment.
The MySQL server (both enterprise and community) can do table encryption. But it needs to store the keys someplace.
For that it needs an active keyring backend plugin.
We have a number of these that store the keys in various backends: e.g. plain text file, encrypted file, Oracle key vault server etc.
Some of these keyring backend plugins are available only in the enterprise version.
So it all does depend on what you need for your development environment exactly.
Since you are an enterprise customer talking to MySQL support (as Peter suggested) is a good idea actually.
Failing that you need to asses if one of the keyring backend plugins available in the community edition will do it for your development environment.

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
1279
December 17, 2018 01:09PM
391
December 17, 2018 02:13PM
Re: MySQL encription
395
December 18, 2018 03:36AM


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.