Database Encryption - How to encrypt the hole DB within the DB layer not in Application Layer

0
Hi Experts,   I have a requirement where I need to encrypt the hole DB, In Mendix I know we can use encryption module to encrypt the each attributes inside the object before inserting into the DB and should decrypt the same when rendering in UI.    This affects the performance of the application. So, decided to go with the encryption in the DB layer. Is there any way to do that?   NOTE : DB - MySql Deployment - On premise deployment    Answers are really much appreciated!
asked
1 answers
1

I assume you're looking for something like this:

https://www.mysql.com/products/enterprise/tde.html

answered