Mysql – I can't save the data encrypted with the AES_ENCRYPT function
I need to store very important information, and for greater security, I decided to use the built-in MySQL function "AES_ENCRYPT", but while saving data in the table, I get the following error: mysql.connector.errors.DataError: 1366 (22007): Incorrect string value: 'xFExC5x0AxA3}xCE...' for…