Most Preferable Web Database

by lirikh
6 replies
Hi,
I am currently working on a project that would require me to setup a database to store important information about account IDs and such. It will store the information automatically as users perform actions on my website.

What would be my best choice? MySQL?

Thanks
#database #preferable #web
  • Profile picture of the author kokopelli
    Depends on your platform, requirements, etc. MySQL is probably the most commonly used, but have a look here for a comparison of the top 5 most popular databases: Top 5 Best Databases

    And Amazon now also has the NoSQL database-platform available for use...
    Signature
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {{ DiscussionBoard.errors[5478014].message }}
  • Profile picture of the author kamirao
    MySQL is easy to setup, provides good performance. On the other hand postgresql is more feature rich and more SQL standards compliant but hard to get a hold for a new user.
    {{ DiscussionBoard.errors[5479287].message }}
  • Profile picture of the author wasabi20
    Originally Posted by lirikh View Post

    Hi,
    I am currently working on a project that would require me to setup a database to store important information about account IDs and such. It will store the information automatically as users perform actions on my website.

    What would be my best choice? MySQL?

    Thanks

    Yeah. All the way ! MYSQL + PHP or PGSQL + PHP and your are seriously in business
    {{ DiscussionBoard.errors[5486918].message }}
  • Profile picture of the author synergyxtr
    If you are looking for an open source database. Yes mysql does very well in that area.
    Signature

    Synergy Extreme. Your extreme virtual assistant provider.

    {{ DiscussionBoard.errors[5511037].message }}
  • Profile picture of the author tweakr
    It depends what you're working on. If you're working on something that you will be using for yourself then choose what works best for your project. If your working on something that many people will be using/installing on their own servers it's probably best to use what's commonly used (i.e. MySQL).
    {{ DiscussionBoard.errors[5513622].message }}
  • Profile picture of the author stevenpayales
    MySQL is the best database paired for PHP. I used MySQL for 3 years and got no problems at all on my web applications.

    You can also use NoSQL or PostgreSQL if you want an Oracle-like environment.
    Signature
    If you have an urge to build something that could change the world, don’t focus on the money, but the legacy you’ll leave behind.
    Buy Back Telefoane - Get Dinodirect Coupon Codes and shop for LESS!@
    {{ DiscussionBoard.errors[5515465].message }}

Trending Topics