restrict access to
1, administrative scripts, where passwords can be located
2. database backups
3. os commands history
4. config files
Developers also can generate uncontrolled load the server which can impact to database performance. It good idea not to give any access to developers on production systems.
Main Topics
Browse All Topics





by: slightwvPosted on 2009-11-06 at 10:39:14ID: 25761764
The only negative I can think of is if someone compromises the os account, they can now see everything in your database. I'm sure other experts will come up with a reason.
Developers being what they are, they would probably hard code the password in scripts anyway so it really doesn't matter.