security - When is it acceptable to run app with no password on mysql? -


it's not crucial question, i'm still wondering, when it's possible have mysql connection settings some-user@localhost no-password.

  1. it's potential risk in case of shared web-provider: other user can access database (if know some-user name).
  2. is risky in case of vps(vds)?
  3. if run own server ip, assume approach safe? wrong? mimic localhost ip outside?


Comments

Popular posts from this blog

stringtemplate - StringTemplate4 if conditional with length -

shader - OpenGL Shadow Map -