I want to change AES encryption mode to CBC from DEFAULT ECB, I executed the following query to change mode: My MySQL version is 5.6.10
SET block_encryption_mode = 'aes-128-cbc'
This gives following error:
ERROR CODE 1193 - Unknown system variable 'block_encryption_mode'
BUT my other machine (AWS machine) installed the same version of MySQL on that machine below statement run successfully Mysql version is 5.6.10
SET block_encryption_mode = 'aes-128-cbc'
Can anyone let me know how to solve this error?
Thanks in advance
/8.0/substring with/5.6/in URL.