How can I secure my data base?

Discussion in 'Databases' started by steev500, Jul 23, 2013.

  1. #1
    Hi friends,
    I want to secure database of my company.
    Which is the best way to secure database?
    Thank you.
     
    steev500, Jul 23, 2013 IP
  2. ayushirajput

    ayushirajput Member

    Messages:
    31
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #2
    Some tips we have gives you to secure your data base.
    1-Password-protect the database
    Split the database
    Avoid Compact On Close
    Hide objects -- a subtle form of protection
    Use error handling to protect code
    Password-protect the system
    etc.
     
    ayushirajput, Jul 24, 2013 IP
  3. kenzo22

    kenzo22 Member

    Messages:
    177
    Likes Received:
    11
    Best Answers:
    2
    Trophy Points:
    43
    #3
    You can store your data encrypted, and use special decoding client to get access.
     
    kenzo22, Jul 26, 2013 IP
  4. phptechie

    phptechie Well-Known Member

    Messages:
    885
    Likes Received:
    10
    Best Answers:
    2
    Trophy Points:
    165
    #4
    1 Donot store clear text passwords
    2 Donot have more than 1 or 2 database admin users at the max
    3 Provide remote database access only to trusted IP based client
    4 Try using shell commands to manipulate the database (if its hosted in Linux)
    5 Change passwords frequently & set a strong password everytime you do

    Hope this helps.
     
    phptechie, Jul 28, 2013 IP