Encryptable icon indicating copy to clipboard operation
Encryptable copied to clipboard

MySQL error 1406 - Data too long for column

Open jovelluna12 opened this issue 6 months ago • 0 comments

I am encountering an error suggesting that the encrypted value is too long to be stored into the database.

In my case, it was caused with the encrypt() function serializing the value, resulting in an even longer text.

jovelluna12 avatar Aug 30 '24 04:08 jovelluna12