I use SQLyog Enterprise to manage my database – love it, so easy to use!
I’m now at the point where I might consider encrypting the data in my database, probably using AES_ENCRYPT.
It I did so then surely SQLyog would lose a lot of its usefulness as all I would see is the encrypted data.
Is there some way to have SQLyog sort of ‘automatically’ decrypt and encrypt data (using a given key) so that I could view, edit and add to my database without needing to know that the data in it is actually encrypted?