MySQL encrypted columns

后端 未结 7 1364
一整个雨季
一整个雨季 2020-12-29 09:53

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

7条回答
  •  一生所求
    2020-12-29 10:39

    If you need to access the data without user interaction (for database migration for example), you won't have the key to decrypt.

提交回复
热议问题