1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Best Database Server for PHP

Discussion in 'MySQL' started by adstiger, Mar 1, 2009.

  1. #1
    Which database server is the best for use with PHP on windows?
     
    adstiger, Mar 1, 2009 IP
  2. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #2
    I can't say exactly but I prefer MySQL with PHP on any platform.

    Kailash
     
    kailash, Mar 1, 2009 IP
  3. Teelo

    Teelo Peon

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Any works if you know what you're doing. Hell, one of my major projects at university was to get php working smoothly with Oracle.

    However, for just your usual run-of-the-mill website: MySQL or Postgres.
     
    Teelo, Mar 1, 2009 IP
  4. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #4
    of course that's MySQL
     
    crivion, Mar 1, 2009 IP
  5. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #5
    MySQL is the best.
     
    mwasif, Mar 1, 2009 IP
  6. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #6
    I don't know which one is the best, but in term of popularity, most people are using MySQL.

    - Dynashox -
     
    dynashox, Mar 1, 2009 IP
  7. sub7

    sub7 Well-Known Member

    Messages:
    279
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    120
    #7
    mysql because its simple, well supported and if you know what you're doing, its secure.
     
    sub7, Mar 1, 2009 IP
  8. Teelo

    Teelo Peon

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    MySQL is not "the best". There is no "best" database. It is simply the most popular.
     
    Teelo, Mar 1, 2009 IP
  9. dowhile

    dowhile Active Member

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #9
    I wouldn't recommend PHP/MySQL on Windows. Use PHP/MySQL/Apache on Linux/Unix platforms and ASP.NET/SQL Server/IIS on Windows platforms.
     
    dowhile, Mar 2, 2009 IP
  10. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #10
    MySQL is not the best. Is the easiest to use ... but as database is not worthing. If you are just starting with SQL then I gladly recommend you MySQL. If you write some critical applications you should consider Ingres or Postgres (are also free).

    Regards
     
    sacx13, Mar 4, 2009 IP
  11. vgjhav

    vgjhav Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I always use MySQL
     
    vgjhav, Mar 4, 2009 IP
  12. peterCx

    peterCx Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    definitely Mysql
     
    peterCx, Mar 9, 2009 IP
  13. qazu

    qazu Well-Known Member

    Messages:
    1,834
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    165
    #13
    Yup, mySQL for sure
     
    qazu, Mar 9, 2009 IP
  14. 2beers

    2beers Well-Known Member

    Messages:
    195
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    #14
    well it depends how big is your database. if you have only 10-20k rows you can use mysql if you have a very large database over 1-2 milions rows I recomend oracle but it's also depending what type of queries do you run. Also if you have large database you can use mysql 5.1 and use the new partition tool. it helps me a lot
     
    2beers, Mar 12, 2009 IP
  15. adstiger

    adstiger Peon

    Messages:
    409
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #15
    MySQL or SQLite, both are good with windows.
     
    adstiger, Mar 12, 2009 IP
  16. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #16
    MYSQL server is the best with PHP. They are like twins and provides better environments for each other.
     
    MayurGondaliya, Mar 12, 2009 IP
  17. bbsboat

    bbsboat Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    i use mysql ,because its easy to use
     
    bbsboat, Mar 14, 2009 IP
  18. mubheer

    mubheer Active Member

    Messages:
    340
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #18
    well, it depends. if you are planning to have a large database, MySQL can be a problem. for comparatively smaller database, mysql is the best and its free.

     
    mubheer, Mar 14, 2009 IP
  19. buldozerceto

    buldozerceto Active Member

    Messages:
    1,137
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #19
    The best are mysql and postgresql, mysql is more populare but postgre is better.
     
    buldozerceto, Mar 14, 2009 IP
  20. alemcherry

    alemcherry Well-Known Member

    Messages:
    146
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    140
    #20
    MySQL all the way, unless you are doing something critical like banking app. IN that case, obviously oracle.
     
    alemcherry, Mar 14, 2009 IP