Can I Unencrypt an encrypted innodb space
I encrypted the Innodb space and its working. I can see the tables were encrypted one by one after the restart
Now, is there a way to turn off the encryption? If I just change the my.cnf files, it does not unencrypt the tables in innodb
Answer
Changing a value in the configuration file has no effect unless the server is restarted.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.