Say each row in a table has data pertaining to one particular user. The user has a password to access the system.
How do I encrypt a column of data using InnoDB so t
If you need to access the data without user interaction (for database migration for example), you won't have the key to decrypt.