Error number: 3833; Symbol: ER_CANNOT_USE_ENCRYPTION_CLAUSE; SQLSTATE: HY000
Message: ENCRYPTION clause is not valid for %s tablespace.
Error Description:
ER_CANNOT_USE_ENCRYPTION_CLAUSE is an error that is returned when an encryption clause (e.g. ENCRYPT or DECRYPT) is used in a query that cannot be encrypted.
Common Case:
This error message is typically seen when a user attempts to use encryption on a table or field that does not support encryption, such as a TEXT field.
Solution:
This error can be avoided by making sure the query being used only attempts to use encryption on tables or fields that support it. Additionally, it is recommended to review the provided documentation on encryption in order to ensure that the encryption clause is being used correctly.