I should mention i am in no way a Mysql expert so any help would be appretiated.
I am currently trying to setup a secure DB back end. What i would like is to make use of the grant and revoke privs.
My question is this.
1) Is it possible to have php setup the privs on the sql tables? so that whena user account for the front end is created it can run commands on the mysql db to setup the correct privs on the given tables?
2)Will using the grant and revoke privs in anyway mess up having encrypted rows within mysql? (Using AES)
Thank you for your time.