MySQL + SQL · Lesson 108

Database Security Basics

Database Security क्यों ज़रूरी

Database संगठन का सबसे मूल्यवान data रखता है। Security इसे unauthorized access, चोरी और corruption से बचाती है।

मुख्य Security उपाय

  • Authentication — मज़बूत passwords, अलग user accounts।
  • Authorization — least-privilege GRANTs।
  • Encryption — data at rest और transit में सुरक्षित (SSL)।
  • Prepared statements — SQL injection रोकें।
  • Backups — attacks या failures से recover।

सारांश

  • Security = authentication, authorization, encryption, injection prevention, backups।
  • Minimum privileges दें और हमेशा prepared statements use करें।
🔗

Share this topic with a friend

यह topic किसी दोस्त को भेजें

Found it useful? Send it to a classmate learning the same thing.

अच्छा लगा? जो दोस्त यही सीख रहा है, उसे भेज दीजिए।