MySQL Error number: 3183; Symbol: ER_TABLESPACE_CANNOT_ENCRYPT; SQLSTATE: HY000

文档解释

Error number: 3183; Symbol: ER_TABLESPACE_CANNOT_ENCRYPT; SQLSTATE: HY000

Message: This tablespace can’t be encrypted.

Error Number: 3183; Symbol: ER_TABLESPACE_CANNOT_ENCRYPT; SQLSTATE:HY000

Error Description:

This error indicates that the table space cannot be encrypted.

Common Case:

This error often occurs when a user attempts to encrypt a table space in MySQL, but the table space does not support encryption.

Resolution:

To resolve this error, check to make sure that the table space supports encryption. If not, the user will need to select an alternative encryption option or find a table space that does support encryption.

你可能感兴趣的