MySQL Server can rely on OCI services to:
- Secure sensitive information in the OCI Vault
- Store backups safely and conveniently in OCI Object Storage
- Migrate data from OCI Object Storage to a MySQL Database Service DB System
Let’s examine the options to administer MySQL the easy way using OCI services.
Secure encryption keys in the OCI vault
It is possible to encrypt virtually anything in MySQL 8: redo logs, undo logs, binary logs, backups (…) and, obviously, data. See the list of features to make your data safer than ever. MySQL Server relies on a set of keyring plugins to …
[Read more]