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.


数据运维技术 » MySQL Error number: 3183; Symbol: ER_TABLESPACE_CANNOT_ENCRYPT; SQLSTATE: HY000 报错 故障修复 远程处理