G'Day
I'm trying to set the permissions for these two system tables for a user called 'admin' in my database. I'd basically like for this user to not have access to these 2 tables. The reason being is that I'm getting a lot of sql injection attempts on my site, and while I've fixed the code, I'd like to have this in place as a backup. The sql injection attack does a select on these two tables and uses the data it finds to insert malicious data into my tables.
Any help is appreciated!
Start Free Trial