Submit Your Article Forum Rules

Results 1 to 9 of 9

Thread: Is MS SQL server the most secure SQL server?

  1. #1
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    Thumbs up Is MS SQL server the most secure SQL server?

    Read more..

  2. #2
    Junior Member
    Join Date
    Aug 2007
    Posts
    17

    Re: Is MS SQL server the most secure SQL server?

    Hi

    SQL Server is more secure then Mysql. SQL server has the security of SD3 (Secure By design, Secure by development and secure by deployment).

  3. #3
    WebProWorld MVP wige's Avatar
    Join Date
    Jun 2006
    Posts
    3,138

    Re: Is MS SQL server the most secure SQL server?

    No.

    A search of the CERT database shows more reported vulnerabilities in MS SQL than MySQL. On the plus side, Oracle seems to be much worse. MySQL being open source also gives it the advantage of community review so that developers and hackers can explore the code and find and patch vulnerabilities before the product ships, reducing the number of vulnerabilities in the final product. But any product, especially one designed to be used on the Internet, will have exploits. The important thing is finding the patches and applying them promptly, as well as ensuring that the application is well protected - direct access to the database is restricted, and all scripts that access the database are secured. I have seen extremely well secured databases that have been wiped out by a user adding a few extra characters to a login screen.
    The best way to learn anything, is to question everything.
    WigeDev - Freelance web and software development

  4. #4
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    Re: Is MS SQL server the most secure SQL server?

    Quote Originally Posted by wige View Post
    No.
    I have seen extremely well secured databases that have been wiped out by a user adding a few extra characters to a login screen.

    1. Extremely well secured?
    2. KW's SQL injection attacks, shared hoster etc.
    3. I am not a specialist, but would apriori think that the Oeacle platform was most secure.
    4. My background: Little Sybase and MySQL, sql database, + database background from ...

  5. #5
    WebProWorld MVP wige's Avatar
    Join Date
    Jun 2006
    Posts
    3,138

    Re: Is MS SQL server the most secure SQL server?

    By well secured I mean the database had all the latest patches, remote connections were blocked via the firewall, the access passwords were changed regularly - all of which didn't matter because of a flaw in a web site script.
    The best way to learn anything, is to question everything.
    WigeDev - Freelance web and software development

  6. #6
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    Re: Is MS SQL server the most secure SQL server?


  7. #7
    Junior Member
    Join Date
    Dec 2008
    Posts
    2

    Re: Is MS SQL server the most secure SQL server?

    there are several Windows vulnerabilities that indirectly cause SQL Server security issues.

  8. #8
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    Re: Is MS SQL server the most secure SQL server?

    1. I have only used MySQL and Sybase SQL myself.
    2. I have never used MS SQL server, but as far as I know it is one of the better products from MS.
    3. May be a too tight integration with MS OS. Is it available on Linux platforms?

  9. #9
    Senior Member netman4ttm's Avatar
    Join Date
    Aug 2003
    Posts
    350

    Re: Is MS SQL server the most secure SQL server?

    MySQL has one major flaw. The password for the root user is by default the same as root or Administrator on the server it was installed on. It must be changed after the install and unfortunately that does not happen often enough.

    Personal opinion; I think the security provided by the OS is much more important than the DB server. If you can't get into the OS the server is a lot safer.

    I would like to see these servers switch to the ssh model of user keys rather than passwords for connections.
    "The future is here. It's just not evenly distributed.

Similar Threads

  1. Can anyone recommend a secure server?
    By dharrison in forum eCommerce Discussion Forum
    Replies: 7
    Last Post: 11-18-2007, 08:42 AM
  2. Making my web server secure
    By JimmiJames in forum Internet Security Discussion Forum
    Replies: 2
    Last Post: 06-24-2006, 05:16 AM
  3. Is The Windows Server Environment More Secure Than Linux?
    By Chris in forum Internet Security Discussion Forum
    Replies: 10
    Last Post: 04-04-2005, 04:58 PM
  4. URGENT: need secure host/server....please read:
    By tj in forum Internet Security Discussion Forum
    Replies: 6
    Last Post: 12-30-2004, 08:59 PM
  5. Post images in a secure server
    By Importville in forum Internet Security Discussion Forum
    Replies: 1
    Last Post: 07-24-2004, 12:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •