0

I want to ask maybe a stupid question, but still: if I have php server that communicates with MySQL and it is protected against injection attacks, is it still important that I set privileges for each and every user separately? Or all that matters is that I have already set basic privileges for all users? e. g. no "DROP ALL DATABASES" stuff. Thanks for the answer! I really appreciate it!

Matt Raines
  • 4,149
  • 8
  • 31
  • 34

1 Answers1

0

You can't steal something that doesn't exist

Don't give hackers the ability to manipulate anything (db information, code, privileges, etc.)


You can never be too safe

Community
  • 1
  • 1