65.9K
CodeProject is changing. Read more.
Home

Keeping a Database Server Healthy

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Apr 5, 2011

CPOL
viewsIcon

5250

I would definitely include some security measures in here as they can compromise the data being stored. Though the system may remain up after a breach, it will be too late to prevent damage once it's done:16. By all means necessary, take measures against SQL injections. This is probably a...

I would definitely include some security measures in here as they can compromise the data being stored. Though the system may remain up after a breach, it will be too late to prevent damage once it's done: 16. By all means necessary, take measures against SQL injections. This is probably a topic of an entire article. 17. Never, never store passwords as plain text, hash them with salt.