I'm trying to encrypt my MySql database at rest. I have been looking at Truecrypt and EFS - I ultimately went with EFS because I can simply encrypt an existing folder without having to create a volume, etc etc.
However, I'm running into a problem when I encrypt my MySql data folder using EFS in that, upon encryption the MySql service will not start back up. Once I remove encryption/decrypt the MySql service will successfully start.
I am running Windows 2008 R2
I'm not quite sure why this is occurring or how to fix this, appreciate advice.