MySQL, PostgreSQL, Oracle, SQL Server, Access

Discussion in 'MySQL' started by weknowtheworld, Mar 29, 2007.

  1. #1
    Hi,

    I am a PHP Programmer.. Which database is good to use from MySQL, PostgreSQL, Oracle, SQL Server, Access for storing data of dynamic site ?

    Thanks for any help.. :)
     
    weknowtheworld, Mar 29, 2007 IP
  2. sadcox

    sadcox Peon

    Messages:
    162
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    sadcox, Mar 29, 2007 IP
  3. Valve-Hosting

    Valve-Hosting Peon

    Messages:
    1,071
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #3

    Nope, postgreSQL is far better, it's just that people don't use it, mySQL is missing some vital functions for an SQL. I'm not saying use postgreSQL i'm just saying it has more features. mySQL will have tons more support.

    Access is for Windows servers and runs only on .asp not php, as far as I know, hope that helps.

    :)
     
    Valve-Hosting, Mar 30, 2007 IP
  4. sea otter

    sea otter Peon

    Messages:
    250
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'm also a fan of Postgres, but it can be maddening for MySQL programmers to make the switch because of a few major differences and a bunch of minor quirks.

    If it's a matter of deciding what to learn in order to market your skills or do some quick consulting jobs on boards like DP, you need to go with MySQL. It's what people use, it's what you need to know.

    If you want to write your own project/s from scratch, and can really choose anything, I second the vote for Postgres.
     
    sea otter, Mar 30, 2007 IP
  5. rps111

    rps111 Peon

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    MySQ?L is free and well integrated with PHP....Postgres has a reputation of being slow but slight configuration can increase the speed much above the mysql.....oracle is paid but is the industry gold standard for years.

    Problems: MySQL DBs corrupt frequently when size of DB reaches above a few GBs. MS SQL and Oracle are paid. Postgres requires configuration for faster querying.
    Hope that helps.
     
    rps111, Jul 30, 2007 IP